FixedReservation
UpdateReservation
Updates a fixed reservation
Parameters
Name
Type
Required
Description
id
Int32
✓
The id of the reservation
reservationModel
ReservationForUpdateModel
✓
The reservation to update with
Returns
Type:
int
Description:
The id of the updated fixed reservation
Http Method:
POST
Url:
api/FixedReservation/UpdateReservation/{id}