cURL
curl --request PATCH \ --url https://api.qminder.com/v1/appointments/{ticketId} \ --header 'Content-Type: application/json' \ --header 'X-Qminder-API-Version: <x-qminder-api-version>' \ --header 'X-Qminder-REST-API-Key: <api-key>' \ --data ' { "startTime": "2024-12-15T11:00:00Z", "endTime": "2024-12-15T11:30:00Z" } '
Updates an appointment’s time slot or assignee. Only include fields you want to change.
API version. Must be set to 2020-09-01.
2020-09-01
ID of the appointment ticket to update
New appointment start time in ISO 8601 format.
New appointment end time in ISO 8601 format.
ID of the user to reassign the appointment to.
Appointment updated successfully