Connect Bookingengine with API: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 30: Line 30:
Daily prices can be read with JSON getRoomDates and their setup with JSON getDailyPriceSetup
Daily prices can be read with JSON getRoomDates and their setup with JSON getDailyPriceSetup


Rates can be read with JSON getRates
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 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.