v1
latestOpenAPI 3.0.32026-07-2632131.4 MBReservations Open Api [Beta]
Change Reservation Guest Stay Status
Change the guest stay status of the reservation
put/reservations-v3/guest-stay
Request body
Example request
{
"reservationId": "5acca18ffe1641001f17a999",
"status": "checked_in"
}Response
Success
{"stackTrail":"paths:/reservations-v3/guest-stay:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{}}
Example response
{}