POST Admin/Edit_Category?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
CategoryName | Description | Type | Additional information |
---|---|---|---|
CATEGORY_ID | integer |
None. |
|
CATEGORY_CODE | string |
None. |
|
CATEGORY_NAME | string |
None. |
|
CATEGORY_DESCRIPTION | string |
None. |
|
LOGO | string |
None. |
|
PARENT_CATEGORY_ID | integer |
None. |
|
IsSelected | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "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 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_CategoryName | Description | Type | Additional information |
---|---|---|---|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ExceptionMsg": "sample string 1" }