2020 Mar 18 9:17 PM
Hello Experts,
Is it possible to send a request unsing batch option through the class CL_REST_HTTP_CLIENT ?
I need to send multiple POST requests in a batch ?
Any sample code on how to achieve this?
Thanks in advance,
Kind regards
2020 Mar 19 6:55 AM
Hi adel.adel ,
This is how you should construct the batch request, if you are using OData:
https://www.odata.org/documentation/odata-version-2-0/batch-processing/
Regards,
Peter
2020 Mar 19 7:57 PM