Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel CRM Business Objects XML Examples >
Querying for a Siebel CRM Business Object Resource that Returns UT Account Partner Child Links
You can query for a Siebel CRM business object resource that returns UT Account Partner child links by sending an HTTP PUT request to the repository resource's URI. The following details are for a request to query for a Siebel CRM business object resource that returns UT Account Partner child links on the Siebel CRM Server:
- URI: http://ServerName:port/siebel/v1.0/data/Account/Account?ChildLinks=UT Account Partner
- HTTP Method: PUT
- Content-Type: application/xml
- Authorization: Basic
|