---
title: "Add note to order"
method: POST
path: "/orders/note/{id}"
tags: ["Order Controller"]
---

# Add note to order

`POST /orders/note/{id}`

Add a note to an order. The note will be saved in activity log.

## Path parameters

- `id` number, required

## Request body

- AddOrderNoteDto
  - `note` string, required — Note to add to the order

## Response `200`

Note added successfully

## Other responses

- `404` — Order not found

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
