# Download Invoice (Should be Validated) Download the PDF of a specific invoice by its Id. The invoice should be validated. Endpoint: POST /api/tenant/{tenantId_path}/invoice/downloadInvoice Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `invoiceId` (string) ## Response 400 fields (text/plain): - `error` (string)