Create Note
POST /v1/notes
Content-Type: application/jsonRequest body
Field
Type
Required
Description
Example request
{
"case_uuid": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
"note_tag": "Initial Triage",
"note_data": "<h2>Intake</h2><p>Device received and photographed.</p>",
"parent_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7"
}Response — 201 Created
Examples
Errors
Status
Body
Cause
Was this helpful?