POST Operator/Get_Categorys?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Params_Get_CategoriesNone.
Request Formats
application/json, text/json
Sample:
{}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_CategoriesName | Description | Type | Additional information |
---|---|---|---|
Categories | Collection of Category |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Categories": [ { "CATEGORY_ID": 1, "CATEGORY_CODE": "sample string 2", "CATEGORY_NAME": "sample string 3", "CATEGORY_DESCRIPTION": "sample string 4", "LOGO": "sample string 5", "PARENT_CATEGORY_ID": 1, "IsSelected": true }, { "CATEGORY_ID": 1, "CATEGORY_CODE": "sample string 2", "CATEGORY_NAME": "sample string 3", "CATEGORY_DESCRIPTION": "sample string 4", "LOGO": "sample string 5", "PARENT_CATEGORY_ID": 1, "IsSelected": true } ], "ExceptionMsg": "sample string 1" }