Amadeus · Example Payload

Hotel Search Hotel Offers Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Search Hotel Offers 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

typeavailableselfoffershotel

Example Payload

Raw ↑
{
  "type": "string-value",
  "available": true,
  "self": "string-value",
  "offers": [
    {
      "type": "hotel-offer",
      "id": "TSXOJ6LFQ2",
      "checkInDate": "2020-12-30",
      "checkOutDate": "2020-12-31",
      "roomQuantity": "1",
      "rateCode": "RAC",
      "rateFamilyEstimated": {
        "code": "string-value",
        "type": "string-value"
      },
      "category": "FAMILY_PLAN",
      "description": {
        "text": "A description",
        "lang": "fr-FR"
      },
      "commission": {
        "percentage": 50,
        "amount": "199.50"
      },
      "boardType": "ROOM_ONLY",
      "room": {
        "type": "string-value"
      },
      "guests": {
        "adults": 2,
        "childAges": []
      },
      "price": {
        "currency": "EUR",
        "sellingTotal": "199.50",
        "total": "199.50",
        "base": "string-value",
        "taxes": [],
        "markups": []
      },
      "policies": {
        "cancellations": []
      },
      "self": "https://test.travel.api.amadeus.com/v2/shopping/hotel-offers/63A93695B58821ABB0EC2B33FE9FAB24D72BF34B1BD7D707293763D8D9378FC3"
    }
  ],
  "hotel": {
    "hotelId": "ADPAR001",
    "chainCode": "AD",
    "brandCode": "RT",
    "dupeId": "501132260",
    "name": "Hotel de Paris",
    "cityCode": "PAR"
  }
}