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

# Set Credit Note Number Prefix

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

Updates the credit note number prefix for the given organization.

## Headers

- `organization_id` integer, required

## Request body

- object
  - `prefix` string, required — Primary credit note prefix
  - `secondary_prefix` string — Secondary credit note prefix

## Response `200`

Credit note prefix saved successfully

- object
  - `message` string
  - `data` object
    - `prefix` string — Primary credit note prefix
    - `secondary_prefix` string — Secondary credit note prefix
    - `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)
