Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel Repository Resources JSON Examples >
Upserting a Siebel CRM Repository Resource
You can upsert a Siebel CRM repository resource by sending an HTTP PUT request to the resource's URI. The following details are for a request to upsert a repository resource by updating the comments of the applet and adding a BtnAutoSchedule control to it on the Siebel CRM Server:
- URL: http://ServerName:port/siebel/v1.0/workspace/MyWorkspace/Applet/SIS Account List Applet_1/Control/WriteRecord
- HTTP Method: PUT
- Content-Type: application/json
- Authorization: Basic
- Request body:
{ "Name": "WriteRecord", }
|