---
title: "Tworzy notatkę"
method: POST
path: "/notes"
tags: ["Notatki"]
---

# Tworzy notatkę

`POST /notes`

Tworzy nową notatkę

## Request body

- object
  - `order_id` integer, required — ID zamówienia
  - `text` string, required — Treść notatki
  - `visibility` string[] — Lista ustawień widoczności (opcjonalne)

## Response `200`

Notatka została utworzona

- object
  - `id` integer — ID utworzonej notatki
  - `order_id` integer — ID zamówienia
  - `text` string — Treść notatki

## Other responses

- `400` — Błąd walidacji

---

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