Inserting a Siebel CRM Repository Resource

You can insert a Siebel CRM Repository Resource by sending a HTTP POST request to the Repository Resource's URI.

The following request inserts a new applet called SIS Account List Applet_1 in MyWorkspace:

  • URI: http://ServerName:port/siebel/v1.0/workspace/MyWorkspace/Applet/SIS Account List Applet_1

  • HTTP Method: POST

  • Content-Type: application/xml

  • Authorization: Basic

  • Request body:
    <?xml version="1.0" encoding="UTF-8" ?>
    <request>
    <Name>SIS Account List Applet_1</Name>
    <Project_spcName>Siebel Rest</Project_spcName>
    <Upgrade_spcBehavior>Preserve</Upgrade_spcBehavior>
    <Comments>SIS Account List Applet: Added by Rest</Comments>
    </request>