---
title: "Enshrine"
method: PUT
path: "/CreditNote/{creditNoteId}/enshrine"
tags: ["CreditNote"]
---

# Enshrine

`PUT /CreditNote/{creditNoteId}/enshrine`

Sets the current date and time as a value for the property `enshrined`.<br>
This operation is only possible if the status is "Open" (`"status": "200"`) or higher.

Enshrined credit notes cannot be changed. This operation cannot be undone.

## Path parameters

- `creditNoteId` integer, required

## Response `200`

Successful operation

- object
  - `objects` unknown

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation error
- `500` — Server Error

---

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