PointsReservation UpdateReservationRoom

Updates an existing room on a points 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
reservationModel PointsReservationRoomForUpdateModel The reservation room to update with

Returns

Type:
int
Description:
The id of te updated reservation room
Http Method:
POST
Url:
api/PointsReservation/UpdateReservationRoom/{id}