Skip to main content
PUT
Lock Booking

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
integer<int64>
required

The ID of the booking to lock

Body

application/json

Booking lock information

Used to lock bookings whilst editing is in progress

lock_created_id
integer
required

The ID of the user who will obtain the lock

Example:

23487

lock_expire_date
integer
required

UNIX timestamp of when the lock should end

Example:

1647662376

Response

Successful Operation

success
object