HotelOrder

An Hotel Order is one or several hotel bookings done for a set of guest.

BookingFlightsHotelsReservationsTravel

Properties

Name Type Description
hotelBookings array Array of hotel-bookings
associatedRecords array Reference and origin of the hotel order record
self string Self URL for retrieving the Hotel Order
type string Resource name - Is set to "hotel-order"
guests object
id string Id of the hotelorder. It is a crucial information and must be stored in the client system as it is mandatory to provide it in any further step such as cancel or retrieve.
View JSON Schema on GitHub