Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel Business Services JSON Examples >

Querying for an Account Using the Siebel Business Service QueryId Method


You can query for an Account using the Siebel CRM business service QueryId method by sending an HTTP POST request to the resource's URI.

The following details are for a request to call the QueryId method of the Siebel Account business service and the parameter PrimaryRowId is accepted as the query parameter. The following example query returns an account with an 88-459YQ PrimaryRowId value.

  • URI: http://ServerName:port/siebel/v1.0/service/Siebel Account/QueryById?PrimaryRowId=88-459YQ
  • HTTP Method: POST
  • Content-Type: application/json
  • Authorization: Basic
  • Request body:

{
}

Siebel REST API Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.