---
title: "Add a note to a QI event"
method: POST
path: "/QiEvents/{id}/notes"
tags: ["QiEvents"]
---

# Add a note to a QI event

`POST /QiEvents/{id}/notes`

## Path parameters

- `id` string, required

## Request body

- CreateQiEventNoteDto
  - `content` string

## Response `201`

Created

- QiEventNoteDto
  - `id` string
  - `qiEventId` string
  - `authorId` string
  - `authorName` string, nullable
  - `content` string
  - `createdAt` string, date-time

---

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