---
title: "Create a new TaskType"
method: POST
path: "/task_types.json"
tags: ["Task Types"]
---

# Create a new TaskType

`POST /task_types.json`

Outlines the parameters and data fields used when creating a new TaskType

## Query parameters

- `fields` string

## Headers

- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `deleted_at` string, date — Date the TaskType was disabled. (Expects an ISO-8601 timestamp).
    - `name` string, required — Name of the TaskType.

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

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