Resources

ResourceDescription
BookingA booking resource is used to encapsulate multiple Reservation resources and provide guest and payment details. More details about the booking resource can be found here
OfferThe offer resource represents a sellable Unit and Rate Plan combination. Once generated, it can be used to create or update a Reservation
PropertyThe property resource is used to describe a hotel, apartment, hostel, or inn. It includes Unit, Rate Plan, images, descriptions, facilities, translations and property policies among other static content.
Rate planA rate plan represents the configuration used by properties to set up a rate for each day andUnit. For example, a property might set the rate plan BAR to represent their Best Available Rate to help guests identify the lowest rate in their property.
ReservationThe reservation resource represents a Property reservation for one Unit,. To create a reservation, you need to pass an Offer id which was obtained after calling the Availability endpoint. More details about the reservation resource can be found here
UnitA unit represents a bookable room for properties. We call it a unit because not all Properties are hotels. Therefore, a unit represents a different space based on the type of property. For example, a unit in a hostel is a bed but in an aparthotel is a whole apartment.