GET api/Inventory/InventoryDetailTab/ForInventoryId/{id}?langKey={langKey}&localeID={localeID}
Get all available InventoryDetailTabs for a specific Inventory Item
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| langKey | string |
Default value is |
|
| localeID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of IInventoryDetailTab| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| InventoryID | integer |
None. |
|
| InventoryDescription | string |
None. |
|
| Description | string |
None. |
|
| Explanation | string |
None. |
|
| SortOrder | integer |
None. |
|
| Status | integer |
None. |
|
| DefaultView | integer |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.