---
title: "Update Appointment Associations"
method: PATCH
path: "/appointments/{appointment_uid}/associations"
---

# Update Appointment Associations

`PATCH /appointments/{appointment_uid}/associations`

## Path parameters

- `appointment_uid` string, required

## Query parameters

- `job_uid` string, required

## Request body

- object
  - `associations` object[], required
    - `module` 'SERVICE_TASK' | 'PURCHASE_ORDER'
    - `type` 'ASSOCIATE' | 'DISASSOCIATE'
    - `module_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)
