Changes

Jump to navigation Jump to search

Connect Bookingengine with API

1,368 bytes added, 18:06, 19 October 2019
no edit summary
Connecting a booking engine to Beds24 requires two functions.
1) The ability to read price and availability from Beds24 for a particular booking condition.
2) The ability to save the resulting booking into Beds24 to adjust There are two strategies for reading price and availability at all other channels, either or both can be used depending on your needs.
== API setup ==1a) Price and availability can be read in advance and stored or cached on your server, this has the advantage that your server can respond quickly with it's local copy of the data.
1b) Price and availability can be read on demand in real time, this has the advantage of accuracy but may slow down your page.
2) The ability to save the resulting booking into Beds24 to adjust availability at all other channels.
== Create Properties API setup ==
== Setup Price and Channel Mapping ==
== Price and Availability for caching on your server ==
== Send Price Availability is easy to read a year at a time with JSON getRoomDates, this can be stored and Availability ==used to create availability calendars etc. on demand.
Price is more difficult, especially when prices change based on occupancy or length of stay, in this case the exact price can only be shown once the stay dates and occupancy are known.
If the property has a simple pricing structure using daily prices, these can be read with JSON getRoomDates
== Bookings ==
== Price and Availability on demand ==
There are two functions which can return an exact price and availability for a known booking condition.
OTA HotelAvail or JSON getAvailabilities, either of these can be used for a live request.
== Booking Notification ==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.
 == Booking Detail Bookings ==
Once a booking has completed on your booking engine, you can use either OTA HotelRes or JSON setBooking to enter the booking into Beds24.
== Booking Modification ==This will automatically reduce the availability accordingly at all other booking channels.

Navigation menu