---
title: "Change absence vacation balance"
method: POST
path: "/employees/vacation/balance"
tags: ["Absence balance"]
---

# Change absence vacation balance

`POST /employees/vacation/balance`

## Headers

- `token` string, required

## Request body

- EmployeeChangeVacationBalance — Change absence vacation balance
  - `id` string, required — Id of employee
  - `days` string, required — Amount of days
  - `action` string, required — Action type allowed values: add, sub, reset
  - `comment` string, required — Comment

## Response `200`

ОК

## Other responses

- `403` — Forbidden
- `422` — Invalid request parameters

---

[API](https://skmtc.net/hurma/apis/hurma-public-api-v1-endpoints.md) · [All operations](https://skmtc.net/hurma/apis/hurma-public-api-v1-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hurma/hurma-public-api-v1-endpoints/revisions/c2e35a68e512/schema)
