Upserting a Siebel CRM Repository Resource
You can insert or update a Siebel CRM Repository Resource by sending a HTTP PUT request to the Repository Resource's URI.
The following request inserts WriteRecord control (child record) to SIS Account List Applet_1:
URI: http://ServerName:port/siebel/v1.0/workspace/MyWorkspace/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>