v1

latestSwagger 2.02026-07-141993129.2 KB
Bookings

Load all reservations for one booking by confirmation id.

A booking groups all reservations done in one single request and can be identified by the confirmation id. Guests usually use the confirmation id to check in at the kiosk, on the website or mobile device. In hetras all reservations of one booking share the room type, rate plan and number of guests per room.

get/api/booking/v0/bookings/{confirmationId}

Path parameters

confirmationIdstring required

The confirmation id for the booking to load.

Query parameters

expand'None' | 'RoomRates'

Specifies the expand type.

exclude'None' | 'Customers'

Specifies the exclude type.

Headers

App-Idstring required

Application identifier

App-Keystring required

Application key.

Response

Returns a list of all reservations for that booking.