Using Siebel REST API to Access Siebel Business Services JSON Examples
You can use the Siebel REST API to access Siebel Business Services. Users can call Siebel Business Services using the Siebel REST API HTTP POST request by specifying the Business Service Name, Method Name, and method parameters in the URI or request body.
Before you can access the Siebel Business Services, you must configure the access and responsibility values of the Siebel Business Service. For more information, see Configuring Business Service Methods for REST Access.
This topic includes the following information:
Accessing a Siebel Business Service with Arguments in the Request Body
Accessing a Siebel Business Service with Arguments in the Request URI
Accessing the QueryByExample Method of the Siebel Account Business Service
-
Accessing a Siebel Business Service with the matchrequestformat Parameter
Querying for an Account Using the Siebel Business Service QueryById Method
Inserting an Account Using the Siebel Account Business Service
Upserting an Account Using a Siebel Account Business Service
Using the Describe Parameter to Return Methods of a Business Service
Using the Describe Parameter to Return a Catalog of Paths for All Available Business Services