POST
/
v2
/
bookings
/
{bookingUid}
/
reschedule

Headers

cal-api-version
string
required

Must be set to 2024-08-13

Path Parameters

bookingUid
string
required

Body

application/json
start
string
required

Start time in ISO 8601 format for the new booking

reschedulingReason
string

Reason for rescheduling the booking

Response

201 - application/json
status
enum<string>
required
Available options:
success,
error
data
object
required

Booking data, which can be either a BookingOutput object or a RecurringBookingOutput object