Using a Siebel CRM Business Service to Query an Account
You can use a Siebel CRM Business Service to query for an Account record by sending a HTTP POST request to the resource's URI.
The following request queries for an Account record with an ID=1-6 using the QueryById method of the Siebel Account Business Service:
URI: http://ServerName:port/siebel/v1.0/v1.0/service/Siebel Account/QueryById?PrimaryRowId=1-6
HTTP Method: POST
Content-Type: application/xml
Authorization: Basic
Request body:
<xml> </xml>