How to get deleted entity detail by a last_modified_time for zoho books entity ?
Hello,
We need to get the details of deleted entities such as chartofaccounts,contacts,invoice/bills,payments,credit/debit notes,item,taxes,journals etc. By calling the respective entity API based on last_modified_time as query parameter. As of now able to get CREATED and UPDATED entities details by thier respective API through last_modified_time as query parameter.
For eg.
API: https://books.zoho.com/api/v3/invoices?organization_id={orgId}&last_modified_time={lastModifiedTime}
not able to get the deleted invoices.