Synchronize Link-Related Operations
The following code shows sample input and output XML for link-related SYNCH operations.
Input
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:asi="http://example.com/asi/" xmlns:hous="http://www.example.com/xml/
Household%20Interface">
<soapenv:Header/>
<soapenv:Body>
<asi:SiebelHouseholdSynchronize_Input>
<asi:StatusObject/>
<hous:ListOfHouseholdInterface>
<hous:Household>
<hous:EDListOfHouseholdName>
<hous:HouseholdName>123</hous:HouseholdName>
</hous:EDListOfHouseholdName>
<hous:HouseholdId>296-5062875</hous:HouseholdId>
<hous:ListOfRelatedContact>
<hous:RelatedContact EDStartDate="2/2/2010" EDEndDate="1/1/2011">
<hous:ContactId>04-LLSQ5</hous:ContactId>
</hous:RelatedContact>
</hous:ListOfRelatedContact>
</hous:Household>
</hous:ListOfHouseholdInterface>
</asi:SiebelHouseholdSynchronize_Input>
</soapenv:Body>
</soapenv:Envelope>
Output
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<ns:SiebelHouseholdSynchronize_Output xmlns:ns="http://example.com.com/asi/">
<ListOfHouseholdInterface xmlns="http://www.example.com/xml/
Household%20Interface">
<Household operation="update">
<HouseholdId>296-5062875</HouseholdId>
<IntegrationId/>
</Household>
</ListOfHouseholdInterface>
</ns:SiebelHouseholdSynchronize_Output>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Related Topics
About Siebel EAI Effective Dating Operations
Sample XML for Field-Related Siebel EAI Effective Dating Operations