Hi SVFOBIL,
did you ever figure out if this was possible? I am trying to do the same thing to save on the number of API calls we make.
Thanks,
Daniel Summa
Hi again,
after doing some more research there may be a way to do this if you setup a new connection and not use the IFS REST connector that Boomi natively supports. In this way you would be able to setup the api to mirror whatever the batch request should look like.
------------------------------------------------------------------------------------------
Example: .../projection/v1/projection.svc/$batch?odata-debug=json
Then add the request payload following the normal format.
------------------------------------------------------------------------------------------
Honestly I am not sure if this would work, or if there was another way that would allow you to use the IFS REST connector so that you dont have to add another connection. If anyone knows more this extra functionality would be very nice to cut down on API calls.
Thanks,
Daniel Summa