Using Siebel REST API to Access Siebel Business Objects JSON Examples

You can use the Siebel REST API to access Siebel CRM Business Objects. Users can perform QUERY, INSERT, UPDATE, and DELETE operations on the Siebel Business Objects using REST API requests over HTTP as described in this section.

Note: When an incoming REST request sets a Siebel field of type DTYPE_BOOL, use “Y” for true and “N” for false. Do not pass JSON boolean literals such as true or false, or string values such as "true" or "false". Siebel boolean fields are stored in one-character columns, and longer values can cause an error such as “Value too long for field <field name>.”

This topic includes the following information: