required | object (CarHireQuery) Object containing parameters for car hire autosuggest query. | ||||||
|
{- "places": [
- {
- "hierarchy": "string",
- "location": "string",
- "name": "string",
- "highlight": {
- "hierarchy": "string",
- "name": "string"
}, - "entityId": "string",
- "type": "PLACE_TYPE_UNSPECIFIED"
}
]
}
required | object (FlightsQuery) Object containing query parameters for flight autosuggest search. |
object Limits number of entities returned in response. Takes a minimum value of 1 and a maximum of 50. | |
isDestination | boolean Alters ranking logic of entities. |
{- "places": [
- {
- "entityId": "string",
- "iataCode": "string",
- "parentId": "string",
- "name": "string",
- "countryId": "string",
- "countryName": "string",
- "cityName": "string",
- "location": "string",
- "hierarchy": "string",
- "type": "PLACE_TYPE_UNSPECIFIED",
- "highlighting": [
- [
- 0
]
], - "airportInformation": {
- "iataCode": "string",
- "name": "string",
- "countryId": "string",
- "cityId": "string",
- "entityId": "string",
- "parentId": "string",
- "distance": {
- "value": 0.1,
- "unitCode": "string"
}, - "location": "string"
}
}
]
}
required | object (HotelsQuery) Object containing query parameters for hotels autosuggest search. |
object Limits number of entities returned in response. Takes a minimum value of 1 and a maximum of 50. |
{- "places": [
- {
- "hierarchy": "string",
- "location": "string",
- "score": 0.1,
- "name": "string",
- "highlight": {
- "hierarchy": "string",
- "name": "string"
}, - "entityId": "string",
- "type": "PLACE_TYPE_UNSPECIFIED",
- "pois": [
- {
- "name": "string",
- "entityId": "string",
- "type": "string"
}
]
}
]
}