GET api/address/get/{id}
Gets full address details for a specific address ID (from autocomplete suggestion).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The address ID from an autocomplete suggestion |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Full address details
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.