2 years ago
Handling deleted invoices
We have a system that ingests invoices using the MYOB API into our own database. Other invoicing APIs we have integrated with do not have a hard delete of invoices so it is easy for us to keep track of whether an invoice has been deleted or not but with MYOB the invoice is completely removed from the system and there does not appear to be an easy way to know if an invoice has been deleted or not unless we do an API call for every invoice in our system to see if it still exists or not. Is there a better way to deal with deleted invoices?