---
title: "Create a holiday"
method: POST
path: "/holidays"
tags: ["Holidays"]
---

# Create a holiday

`POST /holidays`

## Request body

- object
  - `name` string, required
  - `holiday_policy_id` string, required
  - `occurs_on` string, date, required

## Response `200`

OK

- Holiday
  - `id` string, required
  - `name` string, required
  - `occurs_on` string, date, required
  - `starts_on` string, date, required
  - `ends_on` string, date
  - `working` boolean
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `holiday_policy_id` integer
  - `compensated_on` string, date
  - `observed_on` string, date

---

[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)
