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
Name | Description | Type | Additional information |
---|---|---|---|
cityFilter |
The term to filter the city list |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of cities.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.