Changes

Jump to navigation Jump to search

Connect Bookingengine with API

84 bytes added, 9 January
no edit summary
Daily prices can be read with JSON getRoomDates and their setup with JSON getDailyPriceSetup
Rates Fixed Prices can be read with JSON getRates
These should be read approximately once per hour and stored on your server. Your server can use the data to respond to searches quickly without requiring API calls.
These functions are only suitable for looking up data for one particular booking condition in real time, they are not intended to read bulk data for caching.
Any strategy that requires more than a few API calls for a live request should use the caching strategy, otherwise you risk slow page times and possible failure due to API limiting.
== Bookings ==

Navigation menu