---
title: "Update an of credit note template"
method: PUT
path: "/CreditNote/{creditNoteId}/changeParameter"
tags: ["Layout"]
---

# Update an of credit note template

`PUT /CreditNote/{creditNoteId}/changeParameter`

Update an existing of credit note template

## Path parameters

- `creditNoteId` integer, required

## Request body

- ModelChangeLayout — Layout model
  - `key` 'language' | 'template' | 'letterpaper' | 'payPal', required — the type to be changed
  - `value` string, required — the id/value of the template/letterpaper/language/payPal.

## Response `200`

Successful operation

- ModelChangeLayoutResponse — Layout model
  - `result` string
  - `metadaten` object
    - `pages` integer — the number of pages in the document
    - `docId` string — the id of the document
    - `thumbs` object[] — the pdf file
      - `key` string
      - `name` string
      - `values` object[]
        - `name` string
        - `value` string
        - `translationCode` string

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `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)
