Connect PMS with API: Difference between revisions

Jump to navigation Jump to search
Line 64: Line 64:


== Booking Detail ==
== Booking Detail ==
Booking can be read with JSON getBookings by specifying the booking number from the notify push.
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.


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