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

# Sends a message to the buyer

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

## Path parameters

- `id` integer, required

## Request body

- RechnungsdruckWebAppControllersApiOrderApiControllerSendMessageModel
  - `SendMode` 0 | 1 | 2 | 3 | 4 — Defines, how the message is send
  - `Subject` BillbeeIntegrationChannelModelApiMultiLanguageString[] — The Subject of the message
    - `Text` string
    - `LanguageCode` string
  - `Body` BillbeeIntegrationChannelModelApiMultiLanguageString[] — The body of the message
    - `Text` string
    - `LanguageCode` string
  - `AlternativeMail` string — An alternative recipient email address

## 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)
