v1
latestOpenAPI 3.0.32026-07-2632131.4 MBReservations Open Api [Beta]
Update Reservation notes
Update reservation notes, including the key code and special requests fields
put/reservations-v3/{reservationId}/notes
Path parameters
reservationIdstring required
Example:5f92cbf10cf217478ba93561
The Guesty reservation ID
Request body
Example request
{
"notes": {
"other": "Other notes",
"cleaning": "Cleaning notes",
"guest": "Guest notes",
"specialRequests": "Special request",
"keyCode": "123456"
}
}Response
Success