Downloads the PDF export of a warehouse outbound receipt as an attachment (application/pdf). You can also find this endpoint URL in the pdfDownloadUrl field in the receipt detail.
application/pdf
pdfDownloadUrl
cURL
curl --request GET \ --url https://app.fintoro.sk/api/public/v1/warehouse-outbound-receipts/{warehouseOutboundReceipt}/pdf \ --header 'Authorization: Bearer <token>'
"<string>"
Bearer token created for a specific company in Integrations → API.
Warehouse outbound receipt ID.
951
PDF export of the warehouse outbound receipt.
The response is of type file.
file