FixedReservation UpdateReservationRoom

Updates an existing room on a fixed reservation. Known limitations: -Cannot change resort -Cannot reinstate a cancelled reservation room

Parameters

Name Type Required Description
id Int32 The id of the reservation room
reservationRoom FixedReservationRoomForUpdateModel The reservation room to update with

Returns

Type:
OwnerUsageReservationCreationResponseModel
Description:
The details of the updated reservation.
Http Method:
POST
Url:
api/FixedReservation/UpdateReservationRoom/{id}