---
title: "POST /v3/holidaysCarry"
method: POST
path: "/v3/holidaysCarry"
tags: ["HolidayCarryover"]
---

# POST /v3/holidaysCarry

`POST /v3/holidaysCarry`

## Request body

- object
  - `year` integer, required — Year for which the vacation carryover applies.
  - `users_id` integer, required
  - `count` number, float, required — Only full and half values allowed.
  - `note` string, nullable

## Response `200`

Successful operation

- object
  - `data` HolidaysCarryV3, required
    - `id` integer, required
    - `users_id` integer, required
    - `year` integer, required
    - `count` number, required
    - `note` string, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/clockodo/apis/clockodo-api-documentation.md) · [All operations](https://skmtc.dev/clockodo/apis/clockodo-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockodo/clockodo-api-documentation/revisions/38e281d50d6d/schema)
