Skip to main content
PATCH
Edit an appointment

Authorizations

X-Qminder-REST-API-Key
string
header
default:yourbusinessapikey
required

Headers

X-Qminder-API-Version
enum<string>
default:2020-09-01
required

API version. Must be set to 2020-09-01.

Available options:
2020-09-01

Path Parameters

ticketId
string
required

ID of the appointment ticket to update

Body

application/json
startTime
string<date-time>

New appointment start time in ISO 8601 format.

endTime
string<date-time>

New appointment end time in ISO 8601 format.

assigneeId
integer

ID of the user to reassign the appointment to.

Response

Appointment updated successfully