Inserting a Siebel CRM Child Business Component

You can insert a Siebel CRM child Business Object by sending a HTTP PUT request to the resource's URI.

The following request inserts a Contact child record into an existing Account Business Component:

  • URL: http://ServerName:port/siebel/v1.0/data/Account/Account/88-431RF/Contact

  • HTTP Method: PUT

  • Content-Type: application/json

  • Authorization: Basic

  • Request body:

{
  "Employee Number":"1231",
  "Employer Name":"BXM",
  "Bill To First Name":"MAYANew",
  "Bill To Last Name": "ABRAHAMNew",
  "Primary Organization Id":"0-R9NH",
  "Account Integration Id":"",
  "Job Title":"",
  "Person UId":"0CR-1MF5Z611",
  "Primary Organization":"Default Organization",
  "Personal Contact":"N"
}