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. |
[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:
|
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
- Lufthansa Open API
- Getting Started
- Public API Method Details
- Flight Schedules
- Reference Data
- Offers
- Operations
- Flight Schedules
- Flight Status
- Flight Status by Route
- Flight Status at Arrival Airport
- Flight Status at Departure Airport
- Flight Status Response
- Customer Flight Information
- Customer Flight Information at Arrival Airport
- Customer Flight Information by Route
- Customer Flight Information at Departure Airport
- Customer Flight Information Response
- Notifications
- cargo
- Partner API Method Details
- FlightOps/Crew API Method Details