---
title: "Create Time Off Type"
method: POST
path: "/resource-planner/time-off-types"
tags: ["Time Off"]
---

# Create Time Off Type

`POST /resource-planner/time-off-types`

Create a new time-off type.

## Request body

- TimeOffTypeRequest
  - `name` string
  - `color` string
  - `paid` boolean
  - `description` string

## Response `200`

OK

- TimeOffType
  - `id` number
  - `name` string
  - `color` string
  - `paid` boolean
  - `description` string

## Other responses

- `401` — Unauthorized

---

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