Skip to content

Download credit note PDF

GET
/credit_notes/{id}/pdf

Downloads the PDF file for a specific credit note. Requires authentication; only returns documents belonging to the authenticated user.

id
required
integer

Credit Note ID

Credit Note PDF file

Media type application/pdf
string format: binary

Client ID or API key isn’t active or invalid!

Account isn’t activated. Please wait or contact to support!

Resource not found

IP address was temporary blocked, because during short time from it was sent many request with invalid credentials. Please wait and try later.

Code Samples

curl -s 'https://api.lox24.eu/credit_notes/7/pdf' -H 'X-LOX24-AUTH-TOKEN: YOUR_API_TOKEN' --output credit_note.pdf