update_reservation
Update reservation details such as status, dates, guest info, or add notes. Keep booking data accurate by modifying existing reservation records.
Instructions
Update reservation details such as status, dates, guest info, or add notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Add a note to the reservation | |
| status | No | New status: confirmed, canceled, inquiry, etc. | |
| checkIn | No | New check-in date (YYYY-MM-DD) | |
| checkOut | No | New check-out date (YYYY-MM-DD) | |
| guestName | No | Updated guest full name | |
| guestEmail | No | Updated guest email | |
| reservationId | Yes | The reservation ID to update |