---
title: "Add a note to a work task"
method: POST
path: "/WorkTasks/{id}/notes"
tags: ["WorkTasks"]
---

# Add a note to a work task

`POST /WorkTasks/{id}/notes`

## Path parameters

- `id` string, required

## Request body

- CreateWorkTaskNoteDto
  - `content` string

## Response `200`

OK

- WorkTaskNoteDto
  - `id` string
  - `workTaskId` 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/revisions/a905bde4e796/schema)
