Booking API (BAPI)

This application interface is primarily intended for checking the availability of an offer and creating a reservation or perform other work with a reservation object.​

Basic BAPI methods:

 
POST /offer/check/simple

this endpoint allows you to check whether the offer is available for booking, omitting all unnecessary to check and time consuming operations, such as converting the prices of each item. ​

BAPI_methods



POST /offer

The method is used to create reservations.​



GET /booking/display

This method is used to display the data of selected reservations​.



GET /booking/optionalservices

This method is used to display optional services for a given reservation​

The description of all other available methods is included in the documentation that is available on the access-required
BAPI documentation​​.

Register for free API key to get an access to this area.

Register for free API key