FixedReservation ReservationRoomMove

Update the Reservation Room within a same room type (building name and room number). Room move not permitted for Cancelled or CheckedOut reservation rooms.

Parameters

Name Type Required Description
id Int32 The id of the reservation room
resRoomMove ReservationRoomMoveModel The reservation room to update with

Returns

Type:
int
Description:
The id of the updated reservation
Http Method:
POST
Url:
api/FixedReservation/ReservationRoomMove/{id}