---
title: "Create Time Off Settings"
method: POST
path: "/v2/time_off_settings/{company_id}"
tags: ["Time Off"]
---

# Create Time Off Settings

`POST /v2/time_off_settings/{company_id}`

## Path parameters

- `company_id` integer, required

## Headers

- `x-api-version` string — An API version
- `x-company-guid` string, uuid

## Request body

- object
  - `paid_time_off` boolean
  - `sick_time_off` boolean
  - `time_off_request_comment` boolean
  - `time_off_request_notice` number

## Response `200`

Time off settings for company saved

- object
  - `company_id` integer, required
  - `time_off_request_comment` boolean, required
  - `time_off_request_notice` number, required
  - `categories` object[], required
    - `label` string
    - `value` string
    - `require_hours` boolean
    - `active` boolean

## Other responses

- `403` — No permission to manage time off settings for company

---

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