Skip to main content

Reservation Utilities

Commerce
Reservations
Utility
Email Notifications
REST API
Booking Solutions

Defect fix for notifyReservation endpoint.

Read more

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.


New endpoint added for sending reservation notifications.

Read more

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.