cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a $batch call from CAPM(Node JS) app to Entity(OdataV2 rest service)

parthasaradhi
Explorer
0 Kudos

Hi Experts,

I want to make a batch call to post multiple entries to entity (OData V2 external service).

Is there any way to make a batch call from SAP CAP application (Node.js) from Service (Implementation layer) to an external service (OData V2).

With Regards,

Partha.

Accepted Solutions (0)

Answers (1)

Answers (1)

vansyckel
Advisor
Advisor
0 Kudos

Hi Partha,

Currently, this is not possible. Although we do support custom requests, they must have content type application/json, and OData v2 only supports batch requests with multipart/mixed.

Best,
Sebastian