Reschedule Booking
POST
/v1/bookings/{uid}/rescheduleThe Reschedule Booking API enables users to change the date and time of an existing booking. By specifying the new desired time slot and the booking uid, the system will attempt to update the booking with the new details, provided the slot is available.
Request
Path Params
uid
string
required
Body Params application/json
timeZone
string
required
startedAt
string <date-time>
required
Example
{
"timeZone": "string",
"startedAt": "2019-08-24T14:15:22.123Z"
}
Request samples
Responses
Success(200)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
#/definitions/1332902required
Example
Not configured
Last modified: 3 months ago