Inserting a Siebel CRM Business Component

You can insert a Business Component record by sending a HTTP POST request over REST.

The following request inserts a new Account record:

  • URL: http://ServerName:port/siebel/v1.0/data/Account/Account

  • HTTP Method: POST

  • Content-Type: application/json

  • Authorization: Basic

  • Request body:

{ 
   "Name": "AccountExample", 
		"Primary Organization": "Millennium Institutional Finance Services IF ENU", 
		"Location": "HQ-Distribution", 
		"Description": "AccountData", 
		"Primary Organization Id": "1-1DG", 
}