---
title: "POST /api/v1/agenda/bloqueos"
method: POST
path: "/api/v1/agenda/bloqueos"
tags: ["rest-agenda-api"]
---

# POST /api/v1/agenda/bloqueos

`POST /api/v1/agenda/bloqueos`

## Request body

- CrearBloqueoRequest
  - `id` integer
  - `recurso_id` integer, required
  - `fecha` string, required
  - `dia_completo` boolean, required
  - `diariamente` boolean, required
  - `fecha_fin_repeticion` string
  - `hora_inicio` string, required
  - `hora_fin` string, required
  - `motivo` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/worldoffice/apis/world-office-api.md) · [All operations](https://skmtc.dev/worldoffice/apis/world-office-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/worldoffice/world-office-api/revisions/1a6667b285bb/schema)
