/seats/:id/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:

  • assigned An assigned seat. Deprecated, please use /seats/:id/publish-shared-schedule to create Shared Assigned Desk schedules
  • 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 as assigned 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.

Language
Authorization
Header
Click Try It! to start a request and see the response here!