Connect PMS with API: Difference between revisions

Jump to navigation Jump to search
Line 70: Line 70:
We recommend periodically polling JSON getBookings (circa once per 30 minutes should be adequate) specifying the modifiedSince time as the time a few seconds before your last poll.
We recommend periodically polling JSON getBookings (circa once per 30 minutes should be adequate) specifying the modifiedSince time as the time a few seconds before your last poll.


This will allow you to check for any bookings where the notify push was missed.
This will allow you to check for any bookings which are new or modified where the notify push was missed.


== Booking Modification ==
== Booking Modification ==