---
title: "Create New Appointment"
method: POST
path: "/appointments"
---

# Create New Appointment

`POST /appointments`

## Request body

- object
  - `appointment` object, required
    - `job_uid` string, required
    - `appointment_title` string, required
    - `description` string
    - `scheduled_start_time` string
    - `scheduled_end_time` string
    - `bu_uid` string
    - `users` object[] — assigned to
      - `user_uid` string
      - `team_uid` string
    - `service_tasks` object[]
      - `service_task_uid` string
    - `purchase_orders` object[]
      - `purchase_order_uid` string

## Response `200`

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/versions/c7b8028a05de/schema)
