GET ItemCategory/Get/{id}
Gets the specified Item Category based on the identifier.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The identifier. |
Body Parameters
None.
Response Information
Resource Description
Item CategoryName | Type | Additional information | Description |
---|---|---|---|
Description | string |
None. |
|
ID | integer |
Required |
|
Modified | nullable date |
Read Only / System Generated |
|
Created | nullable date |
Read Only / System Generated |
Response Formats
application/json, text/json
Sample:
{ "Description": "sample string 1", "ID": 2, "Modified": "2024-11-15", "Created": "2024-11-15" }