---
title: "Create Invoice Comment"
method: POST
path: "/invoices/{invoice_id}/comments"
---

# Create Invoice Comment

`POST /invoices/{invoice_id}/comments`

Add a comment to a specific invoice.

## Path parameters

- `invoice_id` number, required

## Request body

- object
  - `comment` string, required — Comment text
  - `is_private` boolean — Is comment private?

## Response `204`

204

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/revisions/85de4353ed28/schema)
