Using Siebel REST API to Access Siebel CRM Business Objects XML Examples
You can use the Siebel REST API to access Siebel CRM Business Objects. Users can perform QUERY,
INSERT, UPDATE, and DELETE operations on the Siebel Business Components using REST API
requests over HTTP as described in this section. To view the response in XML format, the
Content-Type header should be application/xml. The response will be in XML format
wrapped in a <response>
tag.
This topic includes the following information:
Querying for a Siebel CRM Business Component with a Search Specification
Querying for a Siebel CRM Business Component Record to Return Specific Subset of Fields
Querying for a Siebel CRM Business Component To Return a Subset of Child Links
Querying for a Siebel CRM Child Business Component To Return Its Child Links
Querying for a Siebel CRM Business Component Using the ViewMode Access Control Parameter
Using Siebel REST API to Access Siebel Business Services XML Examples