---
title: "Post case note"
method: POST
path: "/cases/{caseId}/notes"
tags: ["CaseNote"]
---

# Post case note

`POST /cases/{caseId}/notes`

Default method for creating case notes via case setup

## Path parameters

- `caseId` integer, required

## Request body

- CreateCaseNoteModel
  - `type` string, required — Information = 0 Warning = 1 Error = 2
  - `message` string, nullable

## Response `200`

Success

- CaseNoteDto
  - `id` integer
  - `message` string, nullable
  - `type` string — Information = 0 Warning = 1 Error = 2
  - `isActive` boolean
  - `createdBy` string, nullable
  - `imageUrl` string, nullable
  - `created` string, date-time
  - `lastAccessed` string, date-time, nullable

---

[API](https://skmtc.net/diabatix/apis/case-api.md) · [All operations](https://skmtc.net/diabatix/apis/case-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diabatix/case-api/revisions/c1d303e2220d/schema)
