---
title: "Partially Update Visit Note"
method: PATCH
path: "/api/2.0/visit_notes/{id}/"
tags: ["Visit Notes"]
---

# Partially Update Visit Note

`PATCH /api/2.0/visit_notes/{id}/`

## Path parameters

- `id` integer, required

## Request body

- PatchedAddSignaturesToNote
  - `id` integer
  - `signatures` object[]
    - `comments` string, required — Any comments the signer made about the signature.
    - `role` string, required — The function of the signer.
    - `signed_date` string, date-time, required — Date-time timestamp for when this signature occurred.
    - `user` string, required — ID of the user whose signature this represents.
    - `user_name` string, required — The full name and title of the user whose signature this represents.
  - `signed_by` integer, nullable — The user id of the provider who signed the visit note. (Requires special permission).
  - `signed_date` string, date-time, nullable — The time at which the visit note was signed. Cannot be in the future. (Requires Special Permission).

## Response `200`

- AddSignaturesToNote
  - `id` integer
  - `signatures` object[]
    - `comments` string, required — Any comments the signer made about the signature.
    - `role` string, required — The function of the signer.
    - `signed_date` string, date-time, required — Date-time timestamp for when this signature occurred.
    - `user` string, required — ID of the user whose signature this represents.
    - `user_name` string, required — The full name and title of the user whose signature this represents.
  - `signed_by` integer, nullable — The user id of the provider who signed the visit note. (Requires special permission).
  - `signed_date` string, date-time, nullable — The time at which the visit note was signed. Cannot be in the future. (Requires Special Permission).

---

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