OData – ETag Handling in Batch Processing
In OData implementation for batch processing, a changeset might contain multiple CUD (CREATE/UPDATE/DELETE) operations. This can be problematic in combination with eTags because one operation can change data that is about to be processed by consecutive operations. In this case, eTags of these operations might not be valid anymore. You have to redefine the changeset …