Amadeus Reservations · Example Payload

Hotel Booking Hotel Booking Example

BookingFlightsHotelsReservationsTravel

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

Top-level fields

typeidbookingStatusroomAssociationshotelOfferhotelhotelProviderInformationpaymenttravelAgentIdarrivalInformation

Example Payload

Raw ↑
{
  "type": "STANDARD",
  "id": "456123",
  "bookingStatus": "PENDING",
  "roomAssociations": [
    "sample-value"
  ],
  "hotelOffer": "sample-value",
  "hotel": {
    "hotelId": "ADPAR001",
    "chainCode": "AD",
    "name": "Hotel de Paris",
    "self": "sample-value"
  },
  "hotelProviderInformation": [
    {
      "hotelProviderCode": "RT",
      "confirmationNumber": "818319951754",
      "cancellationNumber": "C818319951754",
      "onRequestNumber": "818319951754"
    }
  ],
  "payment": "sample-value",
  "travelAgentId": "500123",
  "arrivalInformation": {
    "arrivalFlightDetails": "sample-value"
  }
}