Using Siebel REST API to Perform CRUD Operations on Hierarchies of Siebel Object Records

You can use the Siebel REST API to create, update, and delete entire hierarchies (i.e. parent, child and grandchild) of Siebel object records in a single request. These APIs allow you to alter records in Siebel hierarchies with fewer requests, which results in better performance and efficiency.

For example, you can update an Account, its child Contacts, and its grandchild Households in a single request.

This topic includes the following information: