GET api/Dog/Location?st={st}&mode={mode}

Provides list of top 14 potential Address along with Property ID (integer). For a Dropdown list where best match is dynamic derived by providing a partial address as per parameter. Default mode is ‘startswith’

Request Information

URI Parameters

NameDescriptionTypeAdditional information
st

59 vi

string

Default value is 1 a

mode

startswith

string

Default value is startswith

Body Parameters

None.

Response Information

Resource Description

List of Address and Property ID

Collection of Location
NameDescriptionTypeAdditional 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"
  }
]