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

# Add note to order.

`POST /rest/api/orders/{id}/note/`

## Path parameters

- `id` string, required

## Request body

- RestOrderNoteDTO2 — This object represents a single note belongs to an order with the specified ID.
  - `type` 1 | 2 — Type of the note
  - `comment` string, required — Note content

## Response `201`

Order note created correctly

- unknown

## Other responses

- `401` — Authorization failed
- `404` — Invalid platform ID
- `422` — Validation error

---

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