Find an object in a response
Summary
Find an object in a responseContent
In order to synchronize data between systems, it is often necessary to correlate the objects in the systems to determine which already exist in the target system and therefore need to be updated. In many systems supporting bulk upsert, the update is triggered by the input data to the target system having an identifier that the target system recognizes. In my case, my target system uses a "resource_uri" to identify objects and we use an externalId to store the id of the object in the source system. So in my integration, I retrieve all current objects in the target system.
Tagged:
1