FlightSearchRequest
The currency selected by the user - ISO 4217 format. This currency is expected in the response unless not supported by the server.
AED
The language selected by the user - ISO 639-1 format. Applies to elements like the booking URL in the response.
en
The country selected by the user - Alpha-2 ISO 3166-1 format. Applies to elements like the booking URL in the response.
AE
passengers object[]required
Possible values: >= 1
Passenger type code
Possible values: [ADT
, CHD
, INF
]
ADT
Possible values: >= 1
and <= 9
1
The 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
]
ECONOMY
journeys object[]required
The list of directional journey criteria in chronological order.
Possible values: >= 1
departure objectrequired
IATA airport or city code
DXB
Whether the code represents an airport or a city
Possible values: [AIRPORT
, CITY
]
AIRPORT
arrival objectrequired
IATA airport or city code
DXB
Whether the code represents an airport or a city
Possible values: [AIRPORT
, CITY
]
AIRPORT
Local 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"
}
]
}