GET api/app311/GetAddressHints?text={text}&count={count}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| text | string |
Required |
|
| count | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of AddressHint| Name | Description | Type | Additional information |
|---|---|---|---|
| FullAddress | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"FullAddress": "sample string 1"
},
{
"FullAddress": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfAddressHint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/app311.Service.DataAccess.DTO">
<AddressHint>
<FullAddress>sample string 1</FullAddress>
</AddressHint>
<AddressHint>
<FullAddress>sample string 1</FullAddress>
</AddressHint>
</ArrayOfAddressHint>