Connect PMS with API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 64: | Line 64: | ||
The notify push expects an HTTP 200 response and will retry after a delay if this is not received. | The notify push expects an HTTP 200 response and will retry after a delay if this is not received. | ||
== Booking Detail == | == Booking Detail == | ||
| Line 72: | Line 71: | ||
This will allow you to check for any bookings which are new or modified 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 == | ||
| Line 79: | Line 77: | ||
It is up to your system to compare the new booking detail with the original and determine what actually changed. | It is up to your system to compare the new booking detail with the original and determine what actually changed. | ||
==Content== | ==Retrieve Content== | ||
Use JSON getProperties to retrieve properties and their rooms via API. | |||