Price Offer

Return trip best price. Depending on the selection option, this resource may return the best price for a fixed travel duration or best price for the exact travel date.

Request URI

Code snippet: Call

GET /promotions/priceoffers/ond/{origin}/{destination}?departureDate={departureDate}&returnDate={returnDate}&cabin={cabinCode}&requestCountry={requestCountry}&service={serviceType} 
Variable Description Format
{origin} Departure city code 3-letter IATA city code
{destination}

Destination city code

3-letter IATA city code

{departureDate} Departure date

YYYY-MM-DD

{returnDate} Return date YYYY-MM-DD
{cabinCode} m = defines a price search for economy class
f = defines a price search for first class
c = defines a price search for business class
p = defines a price search for premium economy cla
[mfcp]
{serviceType}

amadeusBestPrice for best price for given trip duration. If not provide, best price for exact match for requested travel dates.

amadeusExactMatch = retrieves the lowest flight price for the given travel dates.
amadeusOptimizedPrice = retrieves the lowest flight price for the given travel dates +- 7 days.
amadeusBestPrice = retrieves the lowest flight price within the next 12 month
amadeusOptimizedBestPrice = retrieves the lowest flight price for the given travel dates +- 15 days.

[a-Z]

Request Examples

Code snippet: Call

GET /promotions/priceoffers/flights/ond/FRA/ROM?departureDate=2016-10-01&returnDate=2016-10-02&service=amadeusBestPrice
GET /promotions/priceoffers/flights/ond/FRA/ROM?departureDate=2016-10-01&returnDate=2016-10-02 

Response Structure

Key Description
origin Departure city
destination Destination city
departureDate Departure date for the best offer (may not be the same as in request)
returnDate Return date for the best offer (same duration as in request)
seatAvailability Number of available seats
price Price information
.amount Price amount
.currency Price currency
offerType

Service name:

  • amadeusBestPrice searches the best price for the same travel duration within the next few months
  • ExactMatch (default when not entered) searches the best prices for the requested travel dates
uuid Transaction code

Response Example

Code snippet: XML

<origin>FRA</origin>
<destination>FCO</desitination>
<departureDate>2017-01-13</departureDate>
<returnDate>2016-01-14</returnDate>
<seatAvailability>7</seatAvailability>
<price>
  <amount>128.26</amount>
  <currency>EUR</currency>
</price> 
<offerType>BestPrice</offerType>
<uuid>SA00003-b790715d-b2b8-4d23-ac27-d4e88c0e84af</uuid>

Docs Navigation