Update booking

Partially update an existing booking. Only the fields provided in the request body will be updated.

This endpoint supports partial updates, allowing you to modify specific booking fields without
affecting other properties. Common use cases include:

  • Updating customer contact information
  • Modifying booking metadata or special requirements
  • Changing booking status
  • Updating payment information

Fields not included in the request body will remain unchanged.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier for the booking

Body Params

Request payload for updating an existing booking. All fields are optional
as this supports partial updates. Only provided fields will be updated.

string

Updated customer-facing booking reference

string

Updated total amount with required decimal precision (2 decimal places)

string

Currency code (ISO 4217)

customer
object
date

Updated commencement date of the booking

date

Updated completion date of the booking

metadata
object

Updated metadata as key-value pairs

Responses

Language
Credentials
Bearer
UUID
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json