Has someone been able to perform batch read using odata? If so I would appreciate your help and if possible a screenshot.
0
Has someone been able to perform batch read using odata? If so I would appreciate your help and if possible a screenshot. Batch request are submitted as a single POST request to the /odata/v2/$batch URL. The request must include a content-type header specifying a content type of “multipart/mixed” and a boundary specification. How do we make post request with multipart from mendix?