Appointments
Confirm Appointment
Use this endpoint to Confirm an appointment. This updates the boolean confirmed field to TRUE. NOTE: If the appointment status is set to "RS", Reserved, it also updates the status of the appointment to "BK", Booked.
For more information: Appointment Overview
put/consumer/v1/appointments/{id}/confirm
Path parameters
idinteger required
appointment id to confirm
Query parameters
undoboolean
Use this parameter to undo the confirmed status
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.