Bookings
Update a booking
Update a specific booking. Use this endpoint to change the booking status or reassign the booking to a different customer.
put/bookings/{booking_id}
Path parameters
booking_idstring required
The unique ID of the booking.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"booking": {
"customer_id": "8ea6abece4cd0a4ded0a29f093",
"booking_status": "86e05affc7a7abefcd513ab400"
}
}Response
No Content