---
title: "Create invoice note"
method: POST
path: "/invoice-notes"
tags: ["Invoice Notes"]
---

# Create invoice note

`POST /invoice-notes`

Create a new invoice note

## Request body

- object
  - `name` string, required — Invoice note name
  - `description` string — Invoice note description

## Response `201`

Successful operation

- object
  - `message` string
  - `invoice_note` object
    - `id` integer
    - `name` string
    - `description` string
    - `is_default` boolean

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/app4legal/apis/a4l-money-api.md) · [All operations](https://skmtc.net/app4legal/apis/a4l-money-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/app4legal/a4l-money-api/revisions/e0d144609998/schema)
