---
title: "Create Sales Order Note"
method: POST
path: "/v2/salesOrders/{salesOrderId}/notes"
tags: ["salesorder"]
---

# Create Sales Order Note

`POST /v2/salesOrders/{salesOrderId}/notes`

Create a new note for a specific sales order

## Path parameters

- `salesOrderId` string, uuid, required

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Request body

- JTLWawiRestContractsModelsV1CommonCreateNote — Model Class: CreateNote
  - `noteBody` string — The text in the customer note.

## Response `201`

The created note of the sales order.

- JTLWawiRestContractsModelsV1CommonNote — Model Class: Note
  - `noteId` string, uuid
  - `noteBody` string — The text in the customer note.

## Other responses

- `400` — The sent data is invalid.
- `401`
- `402` — No licence available or the app has not been authorised by JTL.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/versions/f979b1ea6951/schema)
