Post By Booking Id Reschedule

Authentication

AuthorizationBearer

JWT token from @etera-ai/auth package (auth.etera.dev) - Format: Bearer <token>

Path parameters

bookingIdstringRequired
Unique identifier for the booking

Request

This endpoint expects an object.
startDateTimedatetimeRequired

New start date-time in ISO 8601 format

endDateTimedatetimeRequired

New end date-time in ISO 8601 format

commentstringOptional
Optional comment for the reschedule request

Response

This endpoint returns an object.
successboolean
dataany or null
messagestring or null
errorstring or null
timestampstring or null