GET AccountCategory/Get/{id}
Gets the specified Account 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
Account 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 |
|
Comment | string |
None. |
|
Order | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Comment": "sample string 1", "Order": 6, "Description": "sample string 7", "ID": 8, "Modified": "2024-11-15", "Created": "2024-11-15" }