Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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'
    }
  ]
}
  • No labels