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 query request inserts a new applet:
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" }