Example of Updating Child Component
This example demonstrates updating a child component.
Request
The following is an example of a request:
<SiebelMessage MessageType="Integration Object" IntObjectName="Account"
IntObjectFormat="Siebel Hierarchical">
<ListOfAccount>
<Account>
<Id>1-1-1111</Id>
<Employees>5000</Employees>
<ListOfBusiness_Address>
<Business_Address>
<Id>2-2-2222</Id>
<Postal_Code>94404</Postal_Code>
</Business_Address>
</ListOfBusiness_Address>
</Account>
<ListOfAccount>
</SiebelMessage>
Response
The following is an example of a response:
<SiebelMessage MessageId="P-3ITW" MessageType="Integration Object"
IntObjectName="Account" IntObjectFormat="Siebel Hierarchical">
<ListOfAccount>
<Account>
<Id>1-1-1111</Id>
<Mod_Id>2</Mod_Id>
<ListOfAccount_Business_Address>
<Business_Address>
<Id>2-2-2222</Id>
<Mod_Id>2</Mod_Id>
</Business_Address>
</ListOfAccount_Business_Address>
</Account>
</ListOfAccount>
</SiebelMessage>