Update an Appointment

Updates an existing appointment. This can be used to change the status (e.g., to confirmed or cancelled), reassign the provider, or modify other details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier for the appointment to update.

Body Params

A Data Transfer Object (DTO) for updating an existing patient appointment. This is used to change the appointment's status, notes, or reschedule it.

string

The unique identifier of the service being updated.

string

The unique identifier of the new provider's schedule that the appointment is being booked within.

status
object

The updated status of the appointment.

string

The reason for canceling the appointment. This field is required if the status is set to 'cancelled'.

date-time

The updated scheduled date and time of the appointment in ISO 8601 format.

string

Any updated notes from the provider related to the appointment.

Headers
string
required

Your unique Organization ID.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json