---
title: "Adds a message to the order"
method: POST
path: "/api/v1/orders/{id}/message"
tags: ["Orders"]
---

# Adds a message to the order

`POST /api/v1/orders/{id}/message`

## Path parameters

- `id` integer, required

## Request body

- RechnungsdruckWebAppModelApiOrderMessageModel
  - `IsInternal` boolean — Whether the message is only for internal usage or not.
  - `SenderName` string — The name of the entity (e.g. Name of the API Partner) creating this message.
  - `Text` string — The text describing what happened.

## Response `200`

OK

- object

---

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