Move an in-house guest to a new room
PUT {{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/rooms/{{RoomId}}/roomMoves
The target room is in the path and the original room is in the body
Request Body
{"criteria"=>{"hotelId"=>"{{HotelId}}", "reservationIdList"=>[{"id"=>"{{ReservationId}}", "type"=>"Reservation"}], "roomId"=>"{{RoomId}}", "overrideInstructions"=>{"dirtyRoom"=>true, "outOfServiceRoom"=>false, "sleepDiscrepantRoom"=>true, "occupancyRestriction"=>false, "rateRestriction"=>false, "inventoryRestriction"=>false, "roomNumberLocked"=>false, "holdRoom"=>false, "overrideExternalChecks"=>false, "dayUseReserved"=>false}, "updateRoomTypeCharged"=>true, "includeDepartureRooms"=>true, "roomNumberLocked"=>false, "oldRoomStatus"=>"Dirty", "reasonCode"=>"NSE", "description"=>"Noise Complaint"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |