---
title: "Update credit note"
method: PATCH
path: "/api/v1/creditNotes/{id}"
tags: ["Credit Note"]
---

# Update credit note

`PATCH /api/v1/creditNotes/{id}`

Update a single credit note

## Path parameters

- `id` string, required — Resource identifier.

## Request body

- object
  - `date` string, date, required
  - `costCenter` string, required
  - `project` object, nullable, required — Nullable reference to another resource
    - `id` string, required — Resource identifier.
  - `customer` object, required — Reference to another resource
    - `id` string, required — Resource identifier.
  - `tags` object[], required
    - `id` string, required — Resource identifier.
  - `externalOrderReference` string, nullable, required
  - `devCustomer` string, nullable, required
  - `billingAddress` object, nullable, required
    - `name` string, required
    - `contactPerson` string, required
    - `department` string, nullable, required
    - `subdivision` string, nullable, required
    - `street` string, required
    - `additionalDetails` string, nullable, required
    - `city` string, required
    - `zipCode` string, required
    - `country` string, required
  - `paymentMethodName` string, required
  - `gln` string, nullable, required
  - `taxation` string, required

## Response `204`

Operation completed successfully, no response body

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `404` — Resource was not found or not enough access privileges
- `406` — Requested resource representation does not exist.
- `429` — Too many API calls made.

---

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