Changes

Jump to navigation Jump to search

Connect PMS with API

607 bytes added, 17:55, 14 May 2019
no edit summary
''This page explains how to connect a PMS to the Beds24 API for Channel Management''
 
== Introduction ==
 
To better understand the operation of Beds24 it is good to start by setting up a test property including prices and other data you will be using manually in the Beds24 control panel.
 
Then to understand the API and it's functions and fields, read the test property data using the various JSON functions to learn which data is available via API.
 
Once you understand the data format there are corresponding functions to write the JSON data back to Beds24.
 
The write data format is almost always the same as the data read.
 
See the notes at each endpoint for more information.
The JSON API functions are recommended https://api.beds24.com
 
== Create Properties ==
Descriptive content can optionally be added to a property and it's rooms with JSON setPropertyContent
 
== Setup Price and Channel Mapping ==
Use JSON setDailyPriceSetup to create the daily price rows and map them to channels, including any rate codes.
 
== Send Price and Availability ==
For each date, up to 16 prices, the number of rooms available, minimum stay (room level), maximum stay (room level) and check-in check-out restrictions can be sent.
 
== Bookings ==
Make sure to adjust your inventory levels to account for the channel booking in Beds24.
 
== Booking Notification ==
The notify push expects an HTTP 200 response and will retry after a delay if this is not received.
 
== Booking Detail ==
This will allow you to check for any bookings which are new or modified where the notify push was missed.
 
== Booking Modification ==
It is up to your system to compare the new booking detail with the original and determine what actually changed.
 
== Questionnaire ==

Navigation menu