HotelProduct

Hotel Offer

BookingFlightsHotelsReservationsTravel

Properties

Name Type Description
checkInDate string check-in date of the stay (hotel local date). Format YYYY-MM-DD The lowest accepted value is today date (no dates in the past).
checkOutDate string check-out date of the stay (hotel local date). Format YYYY-MM-DD The lowest accepted value is `checkInDate`+1.
roomQuantity integer number of rooms (1-9)
rateCode string Special Rate - Provider Response Code (3 chars) Examples * RAC - Rack * BAR - Best Available Rate * PRO - Promotional * COR - Corporate * GOV - Government (qualified) * AAA - AAA (qualified) * BNB - B
category string Special Rate Category Examples: ASSOCIATION FAMILY_PLAN
commission object
room object
guests object
price object price information
policies object Booking Rules
rateFamilyEstimated object The estimated rate code family of the offer. Grouping various rate plan codes that belongs to the same family and indicates the type of the rate
View JSON Schema on GitHub