POST api/v1/Support/GetCityList
Request Information
URI Parameters
None.
Body Parameters
CafeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryNo | integer |
None. |
|
| Region | string |
None. |
|
| City | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryNo": 1,
"Region": "sample string 2",
"City": "sample string 3"
}
application/xml, text/xml
Sample:
<CafeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/neosonyxlib.models.Context.Softnyx"> <City>sample string 3</City> <CountryNo>1</CountryNo> <Region>sample string 2</Region> </CafeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | ResultCode |
None. |
|
| Message | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 0,
"Message": {}
}
application/xml, text/xml
Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/neosonyxlib.models"> <Code>Fail</Code> <Message /> </APIResult>