FlightSearchRequest
The currency selected by the user - ISO 4217 format. This currency is expected in the response unless not supported by the server.
AEDThe language selected by the user - ISO 639-1 format. Applies to elements like the booking URL in the response.
enThe country selected by the user - Alpha-2 ISO 3166-1 format. Applies to elements like the booking URL in the response.
AEpassengers object[]required
Possible values: >= 1
Passenger type code
Possible values: [ADT, CHD, INF]
ADTPossible values: >= 1 and <= 9
1The intended cabin class. Higher cabin classes may be returned if cheaper or if lower classes are sold out.
Possible values: [ECONOMY, PREMIUM_ECONOMY, BUSINESS, FIRST]
ECONOMYjourneys object[]required
The list of directional journey criteria in chronological order.
Possible values: >= 1
departure objectrequired
IATA airport or city code
DXBWhether the code represents an airport or a city
Possible values: [AIRPORT, CITY]
AIRPORTarrival objectrequired
IATA airport or city code
DXBWhether the code represents an airport or a city
Possible values: [AIRPORT, CITY]
AIRPORTLocal calendar date at the point of departure in YYYY-MM-DD format
2024-10-15{
"currency": "AED",
"language": "en",
"pointOfSale": "AE",
"passengers": [
{
"ptc": "ADT",
"count": 1
}
],
"cabin": "ECONOMY",
"journeys": [
{
"departure": {
"code": "DXB",
"type": "AIRPORT"
},
"arrival": {
"code": "DXB",
"type": "AIRPORT"
},
"departureDate": "2024-10-15"
}
]
}