JourneyCriteria
departure objectrequired
code stringrequired
IATA airport or city code
Example:
DXBtype stringrequired
Whether the code represents an airport or a city
Possible values: [AIRPORT, CITY]
Example:
AIRPORTarrival objectrequired
code stringrequired
IATA airport or city code
Example:
DXBtype stringrequired
Whether the code represents an airport or a city
Possible values: [AIRPORT, CITY]
Example:
AIRPORTdepartureDate daterequired
Local calendar date at the point of departure in YYYY-MM-DD format
Example:
2024-10-15JourneyCriteria
{
"departure": {
"code": "DXB",
"type": "AIRPORT"
},
"arrival": {
"code": "DXB",
"type": "AIRPORT"
},
"departureDate": "2024-10-15"
}