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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |