Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel Repository Resources JSON Examples >

Inserting a Siebel CRM Repository Resource


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

The following details are for a request to insert a new applet on the Siebel CRM Server:

  • URI: http://ServerName:port/siebel/v1.0/workspace/MyWorkspace/Applet/SIS Account List Applet_1
  • HTTP Method: POST
  • Content-Type: application/json
  • Authorization: Basic
  • Request body:

    {
         "Name":"SIS Account List Applet_1",
         "ProjectName":"Siebel Rest",
         "UpgradeBehavior":"Preserve",
         "Comments":"SIS Account List Applet: Added by Rest"
    }

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