---
title: "Create Smartadvocate Appointment Type"
method: POST
path: "/smartadvocate/appointment-types"
tags: ["SmartAdvocate"]
---

# Create Smartadvocate Appointment Type

`POST /smartadvocate/appointment-types`

Create an appointment type visibility rule for the customer.

## Request body

- SmartAdvocateAppointmentTypeCreateRequest — Create an appointment type visibility rule
  - `name` string, required — SmartAdvocate activity type name
  - `category` string, nullable
  - `action` 'provide_details' | 'transfer_to_calendar', required
  - `active` boolean

## Response `200`

Successful Response

- SmartAdvocateAppointmentTypeResponse — One per-customer appointment (activity) type visibility rule
  - `smartadvocate_appointment_type_id` string, uuid, required
  - `name` string, required
  - `category` string, nullable
  - `action` 'provide_details' | 'transfer_to_calendar', required
  - `active` boolean, required

## Other responses

- `422` — Validation Error

---

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