Amadeus · Example Payload

Hotel Search Hotel Product Hotel Price Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

currencysellingTotaltotalbasetaxesmarkupsvariations

Example Payload

Raw ↑
{
  "currency": "EUR",
  "sellingTotal": "199.50",
  "total": "199.50",
  "base": "string-value",
  "taxes": [
    {
      "amount": "199.50",
      "currency": "EUR",
      "code": "string-value",
      "percentage": 50,
      "included": true,
      "description": "Sample description text.",
      "pricingFrequency": "string-value",
      "pricingMode": "string-value"
    }
  ],
  "markups": [
    {
      "amount": "10"
    }
  ],
  "variations": {
    "average": {
      "currency": "EUR",
      "sellingTotal": "199.50",
      "total": "199.50",
      "base": "string-value",
      "markups": []
    },
    "changes": [
      {
        "startDate": "2026-08-15",
        "endDate": "2026-08-15",
        "currency": "EUR",
        "sellingTotal": "199.50",
        "total": "199.50",
        "base": "string-value",
        "markups": []
      }
    ]
  }
}