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