v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBCreditNote
Retrieve pdf document of a credit note
Retrieves the pdf document of a credit note with additional metadata.
get/CreditNote/{creditNoteId}/getPdf
Path parameters
creditNoteIdinteger required
ID of credit note from which you want the pdf
Query parameters
downloadboolean
If u want to download the pdf of the credit note.
preventSendByboolean
Defines if u want to send the credit note.
Response
A pdf file
Example response
{
"filename": "GU-1001.pdf",
"mimeType": "application/pdf",
"base64encoded": true
}