---
title: "Creates a note for a person"
method: POST
path: "/v1/People/{personId}/Notes"
tags: ["PersonNotes"]
---

# Creates a note for a person

`POST /v1/People/{personId}/Notes`

## Path parameters

- `personId` string, required

## Request body

- AdaptekApiApplicationPersonNotesCommandsCreatePersonNoteCreatePersonNoteCommand
  - `personId` string, nullable
  - `note` string, nullable
  - `advisorID` string, nullable

## Response `200`

Person note created successfully

- string

---

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