Example of Updating Root Component
The following example demonstrates updating a root component.
Request
The following is an example of a request:
<SiebelMessage MessageType="Integration Object" IntObjectName="Account"
IntObjectFormat="Siebel Hierarchical">
<ListOfAccount>
<Account>1-1-1111</Account>
<Employees>4900</Employees>
</ListOfAccount>
</SiebelMessage>
Response
The following is an example of a response:
<SiebelMessage MessageId="P-3ITT" MessageType="Integration Object"
IntObjectName="Account" IntObjectFormat="Siebel Hierarchical">
<ListOfAccount>
<Account>
<Id>1-1-1111</Id>
<Mod_Id>2</Mod_Id>
</Account>
</ListOfAccount>
</SiebelMessage>