---
title: "Set invoice note to default"
method: PUT
path: "/invoice-notes/{id}/default"
tags: ["Invoice Notes"]
---

# Set invoice note to default

`PUT /invoice-notes/{id}/default`

update default state

## Path parameters

- `id` integer, required

## Response `200`

Invoice note  has been updated.

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