GET api/Inventory/InventoryCategoryDetail/{id}
Allows you to get a specific Inventory Categories.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of to get |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
with the information
ApiResultOfIInventoryCategoryDetailName | Description | Type | Additional information |
---|---|---|---|
Result | IInventoryCategoryDetail |
None. |
|
IsSuccessful | boolean |
None. |
|
ErrorMessage | string |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.