GET Addresses?cityFilter={cityFilter}

Get city list according to the city filter term. Need to send atleast 2 chars otherwise it will return empty array.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cityFilter

The term to filter the city list

string

Required

Body Parameters

None.

Response Information

Resource Description

List of cities.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.