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"
}
]
}