Amadeus Solutions · Example Payload

Flight Offers Price Price Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Flight Offers Price Price Example is an example object payload from Amadeus Solutions, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

currencytotalbasefeestaxesrefundableTaxes

Example Payload

Raw ↑
{
  "currency": "USD",
  "total": "932.70",
  "base": "632.70",
  "fees": [
    "sample-value"
  ],
  "taxes": [
    "sample-value"
  ],
  "refundableTaxes": "200.00"
}