v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
Invoice

Render the pdf document of an invoice

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.

post/Invoice/{invoiceId}/render

Path parameters

invoiceIdinteger required

ID of invoice to render

Request body

forceReloadboolean

Define if a forceful re-render should occur.

Response

Returns meta-data about pdf.

pagesinteger
docIdstring

Example response

{
  "pages": 2,
  "docId": "d4605b19248ad176443b7cb382679b1f",
  "parameters": [
    {
      "key": "language",
      "name": "Sprache",
      "values": [
        {
          "name": "deutsch",
          "translationCade": "SEVDOC_LANG_DE_DE",
          "value": "de_DE"
        }
      ],
      "visible": true,
      "value": "de_DE"
    }
  ]
}