GET api/address/autocomplete?query={query}
Gets address autocomplete suggestions based on a search query.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| query |
The search query (postcode, street name, or address fragment) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of address suggestions matching the query
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.