post https://api.robinpowered.com/v1.0/seats//reservations
Reserve a seat
Creates a reservation for a desk (seat). Reservations may not overlap with existing reservations for the same seat. Each reservation type has different use cases and rules:
Deprecated, please use /seats/:id/publish-shared-schedule to create Shared Assigned Desk schedulesassigned
An assigned seat.hot
An ad-hoc, single-day booking. Must have an end time that is the same calendar day as the start time.hoteled
A reservation booked in advance that can be multi-day. Must have an end time.reverse_hotel
A reservation that is an exclusion for recurring reservations types such asassigned
orshared
. These reservations can be made on days when recurring reservations were freed up or shared.shared
- use /seats/:id/publish-shared-schedule to create Shared Assigned Desk schedules
See Reservation page for details about the model and Desk (Seat) for details about desk types.