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