GET v1/selAddresses?Text={Text}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
text

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Address
NameDescriptionTypeAdditional information
id

integer

None.

country

string

None.

region

string

None.

district

string

None.

city

string

None.

cityType

string

None.

street

string

None.

streetType

string

None.

building

string

None.

fuelStationName

string

None.

distanceMeters

integer

None.

x

LONGITUDE

decimal number

None.

y

LATITUDE

decimal number

None.

locality

string

None.

detailAddress

string

None.

postalCode

string

None.

name

string

None.

geocodeServiceType

GeocodingServiceType

None.

geocodeServiceName

string

None.

geocodeServiceException

string

None.

Response Formats

application/json

Sample:
[
  {
    "id": 1,
    "country": "sample string 3",
    "region": "sample string 4",
    "district": "sample string 5",
    "city": "sample string 6",
    "cityType": "sample string 7",
    "street": "sample string 8",
    "streetType": "sample string 9",
    "building": "sample string 10",
    "fuelStationName": "sample string 11",
    "distanceMeters": 12,
    "x": 14.1,
    "y": 15.1,
    "locality": "12м до sample string 7 sample string 6, sample string 4 , sample string 5  (sample string 3)",
    "detailAddress": "sample string 9 sample string 8, sample string 10 [АЗС sample string 11]",
    "postalCode": "sample string 16",
    "name": "sample string 17",
    "geocodeServiceType": 0,
    "geocodeServiceName": "Ввести вручну",
    "geocodeServiceException": "sample string 18"
  },
  {
    "id": 1,
    "country": "sample string 3",
    "region": "sample string 4",
    "district": "sample string 5",
    "city": "sample string 6",
    "cityType": "sample string 7",
    "street": "sample string 8",
    "streetType": "sample string 9",
    "building": "sample string 10",
    "fuelStationName": "АЗС sample string 11",
    "distanceMeters": 12,
    "x": 14.1,
    "y": 15.1,
    "locality": "12м до sample string 7 sample string 6, sample string 4 , sample string 5  (sample string 3)",
    "detailAddress": "sample string 9 sample string 8, sample string 10 [АЗС sample string 11]",
    "postalCode": "sample string 16",
    "name": "sample string 17",
    "geocodeServiceType": 0,
    "geocodeServiceName": "Ввести вручну",
    "geocodeServiceException": "sample string 18"
  }
]

text/json

Sample:
[
  {
    "id": 1,
    "country": "sample string 3",
    "region": "sample string 4",
    "district": "sample string 5",
    "city": "sample string 6",
    "cityType": "sample string 7",
    "street": "sample string 8",
    "streetType": "sample string 9",
    "building": "sample string 10",
    "fuelStationName": "АЗС sample string 11",
    "distanceMeters": 12,
    "x": 14.1,
    "y": 15.1,
    "locality": "12м до sample string 7 sample string 6, sample string 4 , sample string 5  (sample string 3)",
    "detailAddress": "sample string 9 sample string 8, sample string 10 [АЗС sample string 11]",
    "postalCode": "sample string 16",
    "name": "sample string 17",
    "geocodeServiceType": 0,
    "geocodeServiceName": "Ввести вручну",
    "geocodeServiceException": "sample string 18"
  },
  {
    "id": 1,
    "country": "sample string 3",
    "region": "sample string 4",
    "district": "sample string 5",
    "city": "sample string 6",
    "cityType": "sample string 7",
    "street": "sample string 8",
    "streetType": "sample string 9",
    "building": "sample string 10",
    "fuelStationName": "АЗС sample string 11",
    "distanceMeters": 12,
    "x": 14.1,
    "y": 15.1,
    "locality": "12м до sample string 7 sample string 6, sample string 4 , sample string 5  (sample string 3)",
    "detailAddress": "sample string 9 sample string 8, sample string 10 [АЗС sample string 11]",
    "postalCode": "sample string 16",
    "name": "sample string 17",
    "geocodeServiceType": 0,
    "geocodeServiceName": "Ввести вручну",
    "geocodeServiceException": "sample string 18"
  }
]