- Deprecation of
detail_idin the Time Entries API- The
detail_idattribute on time entry entities will be deprecated in the coming weeks and be removed after 2025-07-31. - POST requests
:administration_id/time_entriesaccept asales_invoice_id, which will be enabled in the coming weeks. - PATCH requests
:administration_id/time_entries/:idaccept asales_invoice_id, which will be enabled in the coming weeks. - GET requests
:administration_id/time_entriesnow return both asales_invoiceanddetailuntil 2025-07-31.
- The
- Added endpoint to bulk delete Purchase Transactions
POST /purchase_transactions/collections
- Added REST-ful endpoint to delete single Purchase Transaction
DELETE /purchase_transactions/:id- The existing
DELETE /purchase_transactions/:id/deletewill be deprecated in the future.
Last modified on