Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel Business Services XML Examples >
Using a Siebel CRM Business Service to Query for an Account
You can use a Siebel CRM Business Service to query for an Account by sending an HTTP GET request to the resource's URI. The following details are for a request to query for an Account with and ID=1-6 value on the Siebel CRM Server:
- URI: http://ServerName:port/siebel/v1.0/v1.0/service/Siebel Account/QueryById?PrimaryRowId=1-6
- HTTP Method: GET
- Content-Type: application/xml
- Authorization: Basic
- Request body:
<xml> </xml>
|