---
title: "Send credit note by printing"
method: GET
path: "/CreditNote/{creditNoteId}/sendByWithRender"
tags: ["CreditNote"]
---

# Send credit note by printing

`GET /CreditNote/{creditNoteId}/sendByWithRender`

Sending a credit note to end-customers is an important part of the bookkeeping process.<br> Depending on the way you want to send the credit note, you need to use different endpoints.<br> Let's start with just printing out the credit note, meaning we only need to render the pdf.

## Path parameters

- `creditNoteId` integer, required

## Query parameters

- `sendType` string, required

## Response `200`

Successful operation

- ModelCreditNoteSendByWithRender
  - `thumbs` unknown[]
    - unknown
  - `pages` integer
  - `docId` string
  - `parameters` object[]
    - `key` string
    - `name` string
    - `values` object[]
      - `name` string
      - `translationCade` string
      - `value` string
    - `visible` boolean
    - `value` 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)
