---
title: "Set Debit Note Number Prefix"
method: PATCH
path: "/billing-settings/debit-note-prefix"
tags: ["Debit Note Number Prefix"]
---

# Set Debit Note Number Prefix

`PATCH /billing-settings/debit-note-prefix`

Updates the debit note number prefix for the given organization.

## Headers

- `organization_id` integer, required

## Request body

- object
  - `prefix` string, required — Debit note prefix

## Response `200`

Debit note prefix saved successfully

- object
  - `message` string
  - `data` object
    - `prefix` string — Debit note prefix
    - `secondary_prefix` string, nullable — Always null for debit notes
    - `module` string — Module identifier

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `422` — Validation error
- `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)
