GET api/AddressProperty?st={st}&mode={mode}
Provides list of top 12 potential Address along with Property_ID as a valid return integer. Dropdown list, best match, can be dynamic derived by providing a partial address as parameter. Default mode is startswith.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| st |
59 vi |
string |
Default value is 1 a |
| mode |
startswith or contains |
string |
Default value is startswith |
Body Parameters
None.
Response Information
Resource Description
List of Address and Property ID
Collection of Location| Name | Description | Type | Additional information |
|---|---|---|---|
| property_Id | integer |
None. |
|
| address_Detail | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"property_Id": 1,
"address_Detail": "sample string 2"
},
{
"property_Id": 1,
"address_Detail": "sample string 2"
}
]