---
title: "Create termination type"
method: POST
path: "/termination_types"
tags: ["Termination types"]
---

# Create termination type

`POST /termination_types`

## Request body

- object
  - `name` string

## Response `201`

Created

- object
  - `data` TerminationType
    - `id` integer
    - `name` string
    - `created_at` string
    - `updated_at` string

---

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