10.34 | October 13, 2024
Defect fix for notifyReservation endpoint.
Correct Notify Reservation as POST (DE297786)
In the 10.33 release, the Notify Reservation endpoint (/v1/api/reservation/notifyReservation) was incorrectly defined as a GET operation. This has now been corrected as a POST operation with this release.
10.33 | July 13, 2024
New endpoint added for sending reservation notifications.
Support Custom Call Center Applications (FEA92115)
The REST Reservation Utilities API was enhanced to include a new endpoint to be used for sending reservation email notifications.
POST | /reservation/notifyReservation |
Required parameters:
crsConfirmationNumber | string | Reservation confirmation number. |
primaryGuest | boolean | Send email to primary guest. |
secondaryGuest | boolean | Send email to secondary guests. |
additionalEmail | string | Additional email to send. |
Sample request:
https://{DOMAIN}/v1/api/reservation/notifyReservation?crsConfirmationNumber=11113&primaryGuest=true&secondaryGuest=true&additionalEmail=customer%40domain.com
NOTE: Certification is required to utilize this API.