Example of Inserting a Root Component
This example code snippet demonstrates inserting a non-existing account.
Request
The following is an example of a request:
<SiebelMessage MessageType="Integration Object" IntObjectName="Account"
IntObjectFormat="Siebel Hierarchical">
<ListOfAccount>
<Account>
<Type>Competitor</Type>
<Name>Dixon Inc.</Name>
</Account>
</ListOfAccount>
</SiebelMessage>
Response
The following is an example of a response:
<SiebelMessage MessageId="P-3ITI" MessageType="Integration Object"
IntObjectName="Account" IntObjectFormat="Siebel Hierarchical">
<ListOfAccount>
<Account>
<Id>P-5NA84</Id>
<Mod_Id>0</Mod_Id>
</Account>
</ListOfAccount>
</SiebelMessage>