This method will return the current fares for the selected route and date

Request parameters

ParameterTypeDescription
startDateBegging of date range
endDateEnd of date range
fromString(Optional) - Departure destination code
toString(Optional) - Arrival destinaion code
chargetypeString(Optional)
The iataCode chargetype
currencyString(optional)
The currency short code. This will force prices to be in this requested currency

📘

Activation

This method will be available starting August 1st, 2018.

Response

The method will response with a list of fares sellable as on the time of the request.

ParameterTypeDescription
countNumbernumber of fares found
airlineDesignatorStringAirline Designator
airlineICAOcodeStringAirline 3 letter ICAO code
airlinenameStringAirline name
fromCodeStringDestination FROM code
toCodeStringDestination TO code
fromDateStringFare flight date range start
toDateStringFare flight date range end
classesArrayList of class codes and the quantity available for each one
adultFareRTMoneyFare for Adult (Round trip)
childFareRTMoneyFare for Child (Round trip)
infantFareRTMoneyFare for Infant (Round trip)
tax1RTMoneyTax (Round trip)
tax2RTMoneyTax (Round trip)
tax3RTMoneyTax (Round trip)
tax4RTMoneyTax (Round trip)
adultFareOWMoneyFare for Adult (One Way)
childFareOWMoneyFare for Child (One Way)
infantFareOWMoneyFare for Infant (One Way)
tax1OWMoneyTax (One Way)
tax2OWMoneyTax (One Way)
tax3OWMoneyTax (One Way)
tax4OWMoneyTax (One Way)
chargeTaxOnReturnTripStringWhen searching for a RT, this will state if we charge the tax on both legs, first leg only or second leg only
notificationStringFare notification
Language