GET api/Admin/InventoryImageType/{id}
Returns a specific type element.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IInventoryImageType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ImageKey | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<InventoryImageType> <ID>0</ID> <ImageKey /> </InventoryImageType>
application/json, text/json
Sample:
{
"ID": 0
}