Hi, Our application involves an incremental load of all JournalTransactions. In order to do this, we use a datetime variable which is saved after each request, and used in each get request to retrieve new or updated batches. However, there currently is no way to delete batches from the existing dataset since we can not retrieve this information. In order to do so, we would like to incorporate some kind of logic in order to retrieve an overview of deleted batchnumbers, preferably per year. Would that be possible? Regards, Daan
... View more