Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel Repository Data XML Examples >

Upserting a Siebel CRM Repository Resource


You can upsert a Siebel CRM repository resource by sending an HTTP PUT request to the repository resource's URI.

The following details are for a request to upsert comments and add a control to a repository resource on the Siebel CRM Server:

  • URI: http://ServerName:port/siebel/v1.0/workspace/dev_sadmin_temp/Applet/SIS Account List Applet_1/Control/WriteRecord
  • HTTP Method: PUT
  • Content-Type: application/xml
  • Authorization: Basic
  • Request body:

    <?xml version="1.0" encoding="UTF-8" ?>
    <request>
       <Name>WriteRecord</Name>
    </request>

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