post
https://sandbox.elationemr.com/api/2.0/reports//internal_notes/
Create an internal note
Creates a new internal note for the specified report. Internal notes are private practice notes that are not visible to patients.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The unique identifier of the report |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
text | string | Yes | The internal note text content (max 256 characters) |
Example Request
{
"text": "This is an internal note for the report"
}Response
Returns the created internal note object with its assigned id and associated document ID.
