GET api/inventory/InventoryCategory?productId={productId}
Allows you to get a specific Inventory Categories.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
productId |
ID of to get |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
with the information
Collection of IInventoryCategoryName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
InventoryID | integer |
None. |
|
CategoryID | integer |
None. |
|
IsMain | boolean |
None. |
|
DateCreated | date |
None. |
|
SortOrder | integer |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.