A 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
Offer
The offer resource represents a sellable Unit and Rate Plan combination. Once generated, it can be used to create or update a Reservation
Property
The 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 plan
A 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.
Reservation
The 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
Unit
A 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.