Skip to Content
0
Nov 02, 2022 at 09:04 AM

Integration with C4C OData API using CI

177 Views

Hello Experts,

We have a scenario where we need to do a PATCH request with C4C OData API. This involves 2 steps in CI:

1. Fetch "Object ID" for a specific field Ex: Employee ID

2. Pass this "Object ID" in the URL

Only with the Object ID does the PATCH work successfully.

I know the ways to fetch object and do a patch call after this.

I specifically wanted to know how does this work when we have multiple employees to be updated.

Do we have to depend upon splitter/gather?

Please suggest

Best Regards