BookingsTimeframes
In all Flights Searches API requests, a timeframe filter {BookingsTimeframes}
is required.
Flights Searches timeframe filtering can be achieved using at least one of the two different Query Parameter sets described below.
Name | Description | Type |
---|---|---|
{BookingTimeframe} | Filter by booking timeframe. | BookingTimeframe |
{ArrivalTimeframe} | Filter by arrival timeframe. | ArrivalTimeframe |
BookingTimeframe
Timeframe that filters by booking date.
Field | Description | Type | Examples |
---|---|---|---|
*booking_from | Start date of departure timeframe. | date | 2022-01-01 |
*booking_to | End date of departure timeframe. | date | 2022-03-31 |
ArrivalTimeframe
Timeframe that filters by arrival date.
Field | Description | Type | Examples |
---|---|---|---|
*arrival_from | Start date of departure timeframe. | date | 2022-01-01 |
*arrival_to | End date of departure timeframe. | date | 2022-03-31 |