Untether LabsDevelopers

Update Appointment

patchhttps://app.untetherlabs.com/api/v1/appointments/{appointmentId}

Path parameters#

appointmentIduuid
Required

Request body#

createdAtstring
typestring

Appointment type, company specific

statusAppointmentStatus
upcoming
occurred
cancelled
no-show
re-scheduled
providerIduuid
memberIduuid | null
startDatestring
endDatestring
actualStartDatestring | null
actualEndDatestring | null
locationstring | null
cancellationDatestring | null

Only present when status = cancelled

cancellationReasonstring | null

Only present when status = cancelled

versioninteger

Object version to change, will return a version conflict error if out of date

Response 200#

createdAtstring
Required
typestring
Required

Appointment type, company specific

statusAppointmentStatus
Required
upcoming
occurred
cancelled
no-show
re-scheduled
providerIduuid
Required
memberIdstring | null
Required
startDatestring
Required
endDatestring
Required
actualStartDatestring | null
Required
actualEndDatestring | null
Required
locationstring | null
Required
cancellationDatestring | null
Required

Only present when status = cancelled

cancellationReasonstring | null
Required

Only present when status = cancelled

Errors#

Input validation failed.

Show extension members
pathstring
messagestring
Required

A specified appointment does not exist in the system.