Appointment Reschedule
This endpoint allows you to reschedule an appointment to a new time. If the time is valid, we will attempt to reschedule the appointment with the same employee. If that employee is not available, another employee belonging to the specified employee group will be selected randomly.
/api/v2/appointments/:appointment_id/group/:group_id/bookRequest
Response
Errors common to all appointment endpoints
This endpoint can also return the Employee Group Not Found (404) and Employee Group Not Active (400) errors, checked before any endpoint-specific validation runs. See Errors common to all appointment endpoints.
Appointment Not Found (404)
If appointment_id doesn't match an existing appointment for your company, a 404 error response will be returned. Note the id value here is an array — the Appointment Deletion endpoint returns the same error text as a bare string for the same situation, not an array.
Invalid Appointment Time (400)
Below is an example error response. In this example, attempting to reschedule an appointment in the past.