POST Admin/Edit_City?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
City| Name | Description | Type | Additional information |
|---|---|---|---|
| CITY_ID | integer |
None. |
|
| CITY_NAME | string |
None. |
|
| CITY_CATEGORY_NAME | string |
None. |
|
| LATITUDE | decimal number |
None. |
|
| LONGITUDE | decimal number |
None. |
|
| CITY_CATEGORY_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CITY_ID": 1,
"CITY_NAME": "sample string 2",
"CITY_CATEGORY_NAME": "sample string 3",
"LATITUDE": 1.0,
"LONGITUDE": 1.0,
"CITY_CATEGORY_ID": 4
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_City| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1"
}