OrderNetworkAttributeService provides operations for retrieving and modifying all the supported order related network level attributes.
getOrderNetworkAttributeByIDs
Get the list of order related attributes that are supported by the network.
Capability required: AccountRead
License command group: NetworkManagement
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| IDs | long[] | The IDs of the (network level) order related attributes to retrieve. | Req |
Response
OrderNetworkAttributeResponse[] - The list of network level order related attributes.
getOrderNetworkAttributesByType
Get the list of order related attributes that are supported by the network.
Capability required: AccountRead
License command group: NetworkManagement
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| type | OrderNetworkAttributeType | The type of order related attribute (at the network level) to retrieve. | Req |
Response
OrderNetworkAttribute[] - The list of order related attributes that are supported by the network.