Accessing the QueryByExample Method of the Siebel Account Business Service
You can access a Siebel CRM Business Service by sending a HTTP POST request to the resource's URI.
The following request calls the QueryByExample method of the Siebel Account Business Service. This request queries for and returns an account called 3Com.
URI: http://ServerName:port/siebel/v1.0/service/Siebel Account/QueryByExample
HTTP Method: POST
Content-Type: application/json
Authorization: Basic
- Request body:
{ "body": { "SiebelMessage": { "MessageId":"", "MessageType":"Integration Object", "IntObjectName":"Account Interface", "IntObjectFormat":"Siebel Hierarchical", "ListOfAccount Interface": { "Account": { "Name":"3Com" } } } } }