Hotel Booking v2

POST https://test.api.amadeus.com/v2/booking/hotel-orders

The Hotel Booking REST/JSON API is an open API that allows you to book the best hotel offers you have searched from a wide choice of providers.

Request Body

{"data"=>{"type"=>"hotel-order", "guests"=>[{"tid"=>1, "title"=>"MR", "firstName"=>"BOB", "lastName"=>"SMITH", "phone"=>"+33679278416", "email"=>"bob.smith@email.com"}], "travelAgent"=>{"contact"=>{"email"=>"bob.smith@email.com"}}, "roomAssociations"=>[{"guestReferences"=>[{"guestReference"=>"1"}], "hotelOfferId"=>"{{hotelOfferId}}"}], "payment"=>{"method"=>"CREDIT_CARD", "paymentCard"=>{"paymentCardInfo"=>{"vendorCode"=>"VI", "cardNumber"=>"4151289722471370", "expiryDate"=>"2026-08", "holderName"=>"BOB SMITH"}}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring