post Room Assignment

POST {{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomAssignments

Use this API to add/assign a room number to a guests reservation. This is required before they can check into the property.

Request Body

{"criteria"=>{"hotelId"=>"{{HotelId}}", "reservationIdList"=>[{"id"=>"{{ReservationId}}", "type"=>"Reservation"}], "roomId"=>"{{RoomId}}", "updateRoomTypeCharged"=>false, "roomNumberLocked"=>true}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
x-hotelidstring
x-app-keystring