Amadeus · Example Payload

Hotel Booking Price Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

currencysellingTotaltotalbasemarkups

Example Payload

Raw ↑
{
  "currency": "EUR",
  "sellingTotal": "199.50",
  "total": "199.50",
  "base": "string-value",
  "markups": [
    {
      "amount": "10"
    }
  ]
}