---
title: "Render the pdf document of an invoice"
method: POST
path: "/Invoice/{invoiceId}/render"
tags: ["Invoice"]
---

# Render the pdf document of an invoice

`POST /Invoice/{invoiceId}/render`

Using this endpoint you can render the pdf document of an invoice.<br>
     Use cases for this are the retrieval of the pdf location or the forceful re-render of a already sent invoice.<br>
     Please be aware that changing an invoice after it has been sent to a customer is not an allowed bookkeeping process.

## Path parameters

- `invoiceId` integer, required

## Request body

- object
  - `forceReload` boolean — Define if a forceful re-render should occur.

## Response `201`

Returns meta-data about pdf.

- object
  - `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)
