v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBCreditNote
Send credit note by printing
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.
get/CreditNote/{creditNoteId}/sendByWithRender
Path parameters
creditNoteIdinteger required
ID of creditNote to return
Query parameters
sendTypestring required
the type you want to print.
Response
Successful operation
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"
}
]
}