---
title: "Create the blockout time of a room"
method: POST
path: "/v1/rooms/{room_id}/blockouttimes"
---

# Create the blockout time of a room

`POST /v1/rooms/{room_id}/blockouttimes`

Use this API to create the blockout time of the specified room.

## Path parameters

- `room_id` string, required

## Response `200`

200

- object
  - `block_out_times` object[]
    - `block_out_time_id` string
    - `employee` unknown
    - `room` object
      - `id` string
      - `name` string
    - `block_out_time_type` object
      - `id` integer
      - `name` string
      - `duration` integer
    - `start_time` string
    - `end_time` string
    - `start_time_in_center` string
    - `end_time_in_center` string
    - `notes` string
    - `recurring_block_out_time` object
      - `id` string
      - `time_period` string
      - `interval` integer
      - `rec_start_date` string
      - `rec_end_date` unknown
      - `week_days` integer
      - `occurences` integer
  - `error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
