Skip to main content

Hi Community,

we are just starting the implementation with IFS Cloud 24R2.

We are using Boomi for integration and want to use the IFS Partner Connector.

Is there a possibility to use Batch Requests in the IFS Partner Connector (see https://docs.ifs.com/techdocs/24r2/040_tailoring/300_extensibility/050_ifs_odata_performance_and_security_optimization/020_batch_requests/).

Thank you for your help!

Best,

Oliver

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