OIC - Split source message
Summary
OIC - Split source messageContent
Hi There,
I am working on integration between Oracle Engagement Cloud and Siebel. The requirement is that, In this integration, need to publish contact records from OEC to Siebel.
In OEC, Address has a field name 'Type' with values as 'Residential' and 'Mailing'.
My API to get the data from Contact and address will fetch single contact with multiple addresses.
Siebel has provided a web service to upsert contact and address records. Siebel has two separate objects/entities for Residential and Mailing address.
Now, the requirement is to publish Address records to separate objects based on type.
0