putReservationAsk AIput https://api.cloudbeds.com/api/v1.3/putReservationUpdates a reservation, such as custom fields, estimated arrival time, room configuration and reservation status.Form DatapropertyIDstring | nullProperty IDreservationIDstringReservation Unique Identifier, one reservation ID per call.estimatedArrivalTimestring | nullEstimated Arrival Time, 24-hour format.statusstring | nullenumReservation status 'confirmed' - Reservation is confirmed 'not_confirmed' - Reservation not passed confirmation 'canceled' - Reservation is canceled 'checked_in' - Guest is in hotel 'checked_out' - Guest already left hotel 'no_show' - Guest didn't showed up on check-in dateconfirmednot_confirmedcanceledchecked_inchecked_outno_showAllowed:confirmednot_confirmedcanceledchecked_inchecked_outno_showcheckoutDatedate | nullUpdate the checkoutDate across the whole reservationcustomFieldsarray of objects | nullArray with custom fields informationcustomFieldsADD objectroomsarray of objects | nullArray with rooms information to change accommodations assigned to the reservationroomsADD objectdateCreateddate-time | nullDate reservation was made. Do not change if omitted.sendStatusChangeEmailboolean | nullDefaults to falseSend email on reservation status change to property and guest.truefalseResponse 200200 ResponseUpdated 7 months ago