---
title: "Creates an Appointment Type"
method: POST
path: "/appointment_types"
tags: ["Appointment Type"]
---

# Creates an Appointment Type

`POST /appointment_types`

Required permission: Global Admin

## Request body

- object
  - `name` string, required
  - `email_instructions` string
  - `location_type` integer
  - `location_hard_code` string

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

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