Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel CRM Business Objects XML Examples >

Inserting a Siebel CRM Parent Business Object


You can insert a Siebel CRM parent business object resource by sending an HTTP POST request to the repository resource's URI.

The following details are for a request to insert a parent business object resource on the Siebel CRM Server:

  • URI: http://ServerName:port/siebel/v1.0/data/Account/Account
  • HTTP Method: POST
  • Content-Type: application/xml
  • Authorization: Basic
  • Request body:

    <?xml version="1.0" encoding="UTF-8" ?>
    <request >
       <Name>AccountData</Name>
       <Primary_spcOrganization>Millennium Institutional Finance Services IF ENU</   Primary_spcOrganization>
       <Location>HQ-Distribution</Location>
       <Description>AccountData</Description>
       <Primary_spcOrganization_spcId>1-1DG</Primary_spcOrganization_spcId>
    </request>

Siebel REST API Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.