GET api/order/ServiceInventories?filter={filter}
This API method returns the full list of available Service Inventories. Note that Resellers may not be able to see a full list depending on the database setting.
Error Messages
- 403/Forbidden - Filter must be less than 100 characters long and must not contain a percentage symbol
- 500/InternalServerError - Error Processing request. Could be a result of incorrectly enterted system information.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filter | Filter by display name | string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of services wrapped with http status
Collection of ServiceInventoryResponseName | Description | Type | Additional information |
---|---|---|---|
ID | ServiceInventoryId - The unique identifier for the order service inventory. | integer |
None. |
DisplayName | The display name for the service inventory what shows up as service name | string |
None. |
Description | Details of the service inventory | string |
None. |
ServiceInventoryGroupID | The service inventory group ID | integer |
None. |
ServiceInventoryGroupName | The Service Invetory Group Name | string |
None. |
SortOrder | The display position number for the inventory | integer |
None. |