GET api/Inventory/InventoryDetailTab/{id}
Return a specific InventoryDetailTab
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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
Sample:
<InventoryDetailTab> <ID>0</ID> <InventoryID>0</InventoryID> <InventoryDescription /> <Description /> <Explanation /> <SortOrder>0</SortOrder> <Status>0</Status> <DefaultView>0</DefaultView> <CreatedBy /> <DateCreated>01/01/0001 00:00:00</DateCreated> <LastModifiedBy /> <DateLastModified /> </InventoryDetailTab>
application/json, text/json
Sample:
{
"ID": 0,
"InventoryID": 0,
"SortOrder": 0,
"Status": 0,
"DefaultView": 0,
"DateCreated": "0001-01-01T00:00:00"
}