Skip to main content
PATCH
Reassign a booking to a user

Authorizations

Authorization
string
header
required

Use the Authorization header with Bearer scheme.

Examples:

  • API Key: Authorization: Bearer calid_xxxxx

Path Parameters

id
integer
required

Numeric booking identifier.

Required range: x > 1
Example:

101

Body

application/json
userId
integer
required

User ID to whom the booking should be reassigned.

Required range: x > 1
Example:

321

reason
string

Optional reassignment reason.

Example:

"Route to specialist"

Response

Booking reassigned

Booking reassigned

success
enum<boolean>
required
Available options:
true
data
object
message
string
meta
object