GET SupplierCategory/Get/{id}
Gets the specified Supplier Category based on the identifier.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
The Supplier Category Id. |
Body Parameters
None.
Response Information
Resource Description
Supplier Category| Name | 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": "2025-12-16",
"Created": "2025-12-16"
}