---
title: "Update an appointment note"
method: POST
path: "/api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}/note"
tags: ["Appointment"]
---

# Update an appointment note

`POST /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}/note`

Update and return an appointment note

## Path parameters

- `businessId` string, required
- `branchId` string, required
- `appointmentId` string, required

## Request body

- AppointmentNoteResponse
  - `noteId` string
  - `serviceNote` string, required

## Response `200`

Appointment note updated successfully

- AppointmentNoteResponse
  - `noteId` string
  - `serviceNote` string, required

## Other responses

- `400` — Bad Request
- `404` — Appointment with specified id doesn't exist
- `429` — Request rate limit exceeded. Current limit set to 100 rps.
- `500` — Internal Server Error

---

[API](https://skmtc.net/phorest/apis/third-party-api.md) · [All operations](https://skmtc.net/phorest/apis/third-party-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phorest/third-party-api/versions/2218bc90d39c/schema)
