---
title: "Create Reports Internal Note"
method: POST
path: "/api/2.0/reports/{id}/internal_notes/"
tags: ["Report Internal Notes"]
---

# Create Reports Internal Note

`POST /api/2.0/reports/{id}/internal_notes/`

Create an internal note

## Path parameters

- `id` integer, required

## Request body

- InternalPracticeNoteSerializerProxy
  - `document` integer — The report (document) ID this note belongs to
  - `id` integer — The id of the internal note.
  - `text` string, required — The internal note text content

## Response `201`

- InternalPracticeNoteSerializerProxy
  - `document` integer — The report (document) ID this note belongs to
  - `id` integer — The id of the internal note.
  - `text` string, required — The internal note text content

---

[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/revisions/c060f89d4de7/schema)
