Skip to content

Reschedule a booking to a new start time

POST
/appointments/bookings/{booking_uid}/reschedule

Reschedule a booking to start_time. Reuses BookingsHandler.handle_reschedule (no double credit charge — reschedules are free; re-renders the title, updates the calendar event, notifies attendees). Returns the NEW booking detail.

Authorizations

Parameters

Path Parameters

booking_uid
required
string

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

object
rescheduling_reason
Any of:
string
start_time
required
string

Responses

201

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string