Cities
Get the list of all the cities with properties in the system.
The cities from the properties that are blocked will not show here.
Request: Cities(region, zone, type, usr, pwd)
parameter | type | format | mandatory? |
---|---|---|---|
region | integer |
| Yes |
zone | integer |
| Yes |
type | integer |
| No |
usr | integer |
| Yes |
pwd | string |
| Yes |
Response:
{
"Cities": [
{
"city": "Barcelona"
}, {
"city": "Madrid"
}
]
}