POST Admin/Delete_City_Category?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
City_CategoryName | Description | Type | Additional information |
---|---|---|---|
CITY_CATEGORY_ID | integer |
None. |
|
NAME | string |
None. |
|
DESCRIPTION | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CITY_CATEGORY_ID": 1, "NAME": "sample string 2", "DESCRIPTION": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_City_CategoryName | Description | Type | Additional information |
---|---|---|---|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ExceptionMsg": "sample string 1" }