2022-10-31
- The GETendpoint for an 'additional_charge' is now available:GET /subscriptions/:id/additional_charges.
- The deletion of an attachment via the API is now available for the following attachables:
- Sales invoice: DELETE /sales_invoices/:id/attachments/:attachment_id
- Estimate: DELETE /estimates/:id/attachments/:attachment_id
- External sales invoice: DELETE /external_sales_invoices/:id/attachments/:attachment_id
- Document:
- General document: DELETE /documents/general_documents/:id/attachments/:attachment_id
- General journal document: DELETE /documents/general_journal_documents/:id/attachments/:attachment_id
- Purchase invoice: DELETE /documents/purchase_invoices/:id/attachments/:attachment_id
- Receipt: DELETE /documents/receipts/:id/attachments/:attachment_id
- Typeless document: DELETE /documents/typeless_documents/:id/attachments/:attachment_id
 
- General document: 
 
- Sales invoice: 
Last modified on