This is a work in progress. Feedback is welcome.
References
Service Layer
Fares Search Service

Fares Search Services

Pricing

  • Price search by currency (USD) or currency with format (USD 1,200).

Search

KeyValue TypeDescriptionExample
originMarketsstring[]optionalTwo letter country-market code, example "US". Filters based on the Country Market of the Origin Airport / Bus Code.{ "originMarkets": [ "US", "FR" ] }JSON No default
destinationMarketsstring[]optionalTwo letter country-market code, example "US". Filters based on the Country Market of the Destination Airport / Bus Code.{ "destinationMarkets": [ "US", "FR" ] }JSON No default
originsstring[]optionalAirport / Bus Station Code, example "MIA". Filters based on the Origin Codes.{ "origins": [ "MIA", "NYC" ] }JSON No default
destinationsstring[]optionalAirport / Bus Station Code, example "MIA". Filters based on the Destination Codes.{ "destinations": [ "ORD", "LAX" ] }JSON No default
currenciesstring[]optionalThree letter currency code, example "USD". Filters based on the Currency Code(s) that are sent.{ "currencies": [ "USD" ] }JSON No default
siteEditionstringoptionalOption to send full site edition code, or country-market code of the site edition, example "en-us" or "us". The site edition refers to the Site Edition that the Fare was collected from in the customer's IBE. Filters fares collected in the site edition, or site edition market, sent.{ "siteEdition": "US" }JSON No default