Partner API Updates: Version 1.0.0.97

Read about the latest improvements and features we've added to the Premier API for partners and integrators.

Improvements

We regularly review client feedback and support issues. The following items have been resolved in this release.

Mark a Reservation Document as Sent

It is now possible to mark a reservation document (mail merge) as sent by including the "MarkDocumentAsSent" property in the ReservationDTO object in the POST /Reservation and PUT /Reservation/{id} endpoints.

Our ref: API-56

Removing a Package in a PATCH Reservation Left Orphaned Appointments

The PATCH /Reservation endpoint now removes booked appointments that are part of a package being removed. This prevents orphaned appointments from remaining in the appointment book that cannot be removed.

Our ref: API-55