if you are using v1 odata model, you have to create batch operation.
Gateway Batch Calls from SAPUI5
for v2 odata model, requests are sent in batch by default
you have to enable batch processing at odata side. normally your update method will be called multiple times based on the number of records in the batch
Batch Request in Netweaver Gateway(Multiple Operations into a Single Request)