---
title: "Create concession type"
method: POST
path: "/concession_types"
tags: ["Concession Type"]
---

# Create concession type

`POST /concession_types`

## Request body

- object
  - `name` string

## Response `201`

Resource was created

- ConcessionType
  - `archived_at` string, date-time, nullable
  - `concession_prices` object
    - `links` object
      - `self` string, uri
  - `created_at` string, date-time
  - `id` string, int64
  - `links` object
    - `self` string, uri
  - `name` string
  - `updated_at` string, date-time

## Other responses

- `422` — Resource could not be saved due to validation errors

---

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