---
title: "Patch Appointment"
method: PATCH
path: "/reports/appointments/{appointment_id}"
tags: ["CRM Reports", "CRM Reports"]
---

# Patch Appointment

`PATCH /reports/appointments/{appointment_id}`

## Path parameters

- `appointment_id` string, required

## Request body

- AppointmentUpdateRequest — Update an existing appointment. All fields optional.
  - `title` string, nullable
  - `description` string, nullable
  - `appt_date` integer, nullable
  - `duration_minutes` integer, nullable
  - `type` string, nullable
  - `outcome` string, nullable
  - `status` string, nullable
  - `location` string, nullable
  - `people_contact_ids` string[], nullable
  - `team` string, nullable
  - `contact_lead_source` string, nullable
  - `marketing_source` string, nullable
  - `property_id` string, nullable
  - `opportunity_id` string, nullable
  - `userid` string, nullable

## Response `200`

Successful Response

- AppointmentResponse
  - `id` string, required
  - `title` string, nullable
  - `description` string, nullable
  - `appt_date` integer, nullable
  - `duration_minutes` integer, nullable
  - `type` string, nullable
  - `outcome` string, nullable
  - `status` string, nullable
  - `location` string, nullable
  - `people_contact_ids` unknown[], nullable
    - unknown
  - `team` string, nullable
  - `contact_lead_source` string, nullable
  - `marketing_source` string, nullable
  - `property_id` string, nullable
  - `opportunity_id` string, nullable
  - `userid` string, nullable
  - `created_by_userid` string, nullable
  - `created_ts` number, nullable
  - `updated_ts` number, nullable

## Other responses

- `422` — Validation Error

---

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