Update Appointment
patch
https://app.untetherlabs.com/api/v1/appointments/{appointmentId}Path parameters#
appointmentIduuidRequest body#
createdAtstringtypestringAppointment type, company specific
statusAppointmentStatus- upcoming
- occurred
- cancelled
- no-show
- re-scheduled
providerIduuidmemberIduuid | nullstartDatestringendDatestringactualStartDatestring | nullactualEndDatestring | nulllocationstring | nullcancellationDatestring | nullOnly present when status = cancelled
cancellationReasonstring | nullOnly present when status = cancelled
versionintegerObject version to change, will return a version conflict error if out of date
Response 200#
createdAtstringtypestringAppointment type, company specific
statusAppointmentStatus- upcoming
- occurred
- cancelled
- no-show
- re-scheduled
providerIduuidmemberIdstring | nullstartDatestringendDatestringactualStartDatestring | nullactualEndDatestring | nulllocationstring | nullcancellationDatestring | nullOnly present when status = cancelled
cancellationReasonstring | nullOnly present when status = cancelled
Errors#
A specified appointment does not exist in the system.