[GET] ~/geo/cities/{country}/{postalcode}?city={city}

Returns a list of matches for the provided city lookup based on country and postal code.

Request Information

URI Parameters

NameDescriptionType
country

The country (two letter code according to ISO 3166-1 Alpha-2).

string

This value is required and must not be omitted.

postalcode

The postal code.

string

This value is required and must not be omitted.

city

The city.

string

This value is required and must not be omitted.

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

A QueryCitiesResult, containing the matching entries.

An instance of: QueryCitiesResult
NameDescriptionType
StatusCode

QueryResultStatus

StatusMessage

string

Entries

Collection of QueryCitiesResult+QueryCitiesResultInfo