---
title: "Create contact type"
method: POST
path: "/v1/ContactTypes"
tags: ["ContactTypes"]
---

# Create contact type

`POST /v1/ContactTypes`

Create a new contact type.

## Request body

- RevAppModelsContactType
  - `contact_type_id` integer — Primary identifier for this contact type.
  - `description` string, required — Description or Name of the type.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

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