Connect Access System with API: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
No edit summary |
||
| Line 1: | Line 1: | ||
[[Category:API]] | [[Category:API]] | ||
<div class="heading">Dashboard</div> | |||
This page explains how to connect a system which needs upcoming bookings via API | |||
__Toc__ | __Toc__ | ||
== Introduction == | == Introduction == | ||
| Line 13: | Line 13: | ||
Contact Beds24 for a merchant Key for the Arrivals API | Contact Beds24 for a merchant Key for the Arrivals API | ||
Each property can generate an access Key at the menu | Each property can generate an access Key at the menu {{#fas:cog}} (SETTINGS) Apps & Integrations > Arrivals "Access Key' | ||
With the merchant key and the access key the following functions can be called on the property. | With the merchant key and the access key the following functions can be called on the property. | ||
| Line 25: | Line 25: | ||
This function will return all upcoming arrivals in the property as a JSON array. | This function will return all upcoming arrivals in the property as a JSON array. | ||
The number of days in advance of check-in date that bookings are available is set at the menu | The number of days in advance of check-in date that bookings are available is set at the menu {{#fas:cog}} (SETTINGS) Apps & Integrations > Arrivals "Days in Advance''' | ||
Personal information like name, email etc. can be included in the data at the menu | Personal information like name, email etc. can be included in the data at the menu {{#fas:cog}} (SETTINGS) Apps & Integrations > Arrivals "Allow Personal Info''' | ||
This function is suitable to call once per hour per property. | This function is suitable to call once per hour per property. | ||