2023-07-27
- Downloading of attachments via the API is now available for the following attachables:
- Sales invoice:
GET /sales_invoices/:id/attachments/:attachment_id/download
- Estimate:
GET /estimates/:id/attachments/:attachment_id/download
- External sales invoice:
GET /external_sales_invoices/:id/attachments/:attachment_id/download
- Document:
- General document:
GET /documents/general_documents/:id/attachments/:attachment_id/download
- General journal document:
GET /documents/general_journal_documents/:id/attachments/:attachment_id/download
- Purchase invoice:
GET /documents/purchase_invoices/:id/attachments/:attachment_id/download
- Receipt:
GET /documents/receipts/:id/attachments/:attachment_id/download
- Typeless document:
GET /documents/typeless_documents/:id/attachments/:attachment_id/download
- General document:
- Sales invoice:
Last modified on