Determine search location.
Request payload is an OnlineLocation
object. Returns an OnlineSearchLocation
object.
Authorizations
Body
Identifies a location. Used as input for GET /sutra/online/location.
Name of a city.
Name of a region, for example 'California'.
Type of a region, for example 'state' or 'province'.
Name of a country.
A two character country code, for example 'US' or 'IN'.
A language code, for example 'en', typically selected by the user.
A locale, for exampl 'en-US'.
Response
A search location. Used for input to queries returned by $ref /sutra/online/getLocation.
Represents an encoded canonical location string.
The country code of the search location.
The language code of the search location.
The city of the search location (used in output only).
The region of the search location (used in output only).
The country name of the search location (used in output only).