---
title: "Create a leave adjustment"
method: POST
path: "/leave_adjustments"
tags: ["Leaves"]
---

# Create a leave adjustment

`POST /leave_adjustments`

Creates a leave adjustment

## Request body

- object
  - `employee_id` integer, required — The ID of an existing employee that leave adjustment will be created for.
  - `leave_type_id` integer, required — The ID of an existing leave type that the leave request will be created for. The employee must have a policy of this leave type assigned to them.
  - `occurred_on` string, date, required
  - `amount` number, float, required
  - `description` string — Details about the leave adjustment

## Response `201`

Created

- object

---

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