update_booking_status
Modify booking statuses in Lodgify by providing a booking ID and new status such as Booked, Cancelled, CheckedIn, or CheckedOut.
Instructions
Update the status of an existing booking.
Args:
booking_id: The unique ID of the booking
status: New status (e.g., "Booked", "Cancelled", "CheckedIn", "CheckedOut")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | ||
| status | Yes |