Create Reservation Resource Exception
Endpoint
POST/reservation-resource-exceptions
Request — blocked day
Request — special hours
Body fields
| Field | Type | Description |
|---|---|---|
organization_id | Number | Required. |
resource_id | Number | null | Target resource; null if your workflow uses org-wide exceptions. |
date | String | YYYY-MM-DD. |
exception_type | String | blocked or special_hours. |
reason | String | null | Optional label. |
start_time | String | null | Required for special_hours (e.g. 10:00). |
end_time | String | null | Required for special_hours. |
is_recurring_yearly | Boolean | Yearly recurrence on month/day. |
Response
Returns the created exception including id.
Report an issue with this documentation
Please log in to report issues with our documentation.