Amadeus · Example Payload

Hotel Booking Create Hotel Booking Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

arrivalInformationpaymentroomAssociationstravelAgent

Example Payload

Raw ↑
{
  "arrivalInformation": {
    "arrivalFlightDetails": {
      "carrierCode": "LH",
      "number": "1050",
      "departure": {
        "iataCode": "JFK"
      },
      "arrival": {
        "iataCode": "JFK",
        "terminal": "T2",
        "at": "2017-10-23T20:00:00+02:00"
      }
    }
  },
  "payment": {
    "iataTravelAgency": {
      "iataNumber": "CDG"
    },
    "method": "CREDIT_CARD",
    "paymentCard": {
      "paymentCardInfo": {
        "vendorCode": "VI",
        "holderName": "Sample Name",
        "cardNumber": 1,
        "securityCode": "193",
        "expiryDate": "2026-08-15"
      },
      "address": {
        "lines": [],
        "postalCode": "string-value",
        "countryCode": "FR",
        "cityName": "Paris",
        "stateCode": "string-value"
      }
    }
  },
  "roomAssociations": [
    {
      "guestReferences": [
        {
          "guestReference": "string-value",
          "hotelLoyaltyId": "3081031320523260"
        }
      ],
      "specialRequest": "TEST I will arrive at midnight",
      "hotelOfferId": "63A93695B58821ABB0EC2B33FE9FAB24D72BF34B1BD7D707293763D8D9378FC3"
    }
  ],
  "travelAgent": {
    "contact": {
      "email": "travelAgent@agency.com",
      "fax": "+33985632145",
      "phone": "+33679278416"
    },
    "travelAgentId": "12345"
  }
}