About Supported HTTP Methods
The following table contains the HTTP methods supported by the Siebel REST API and the corresponding Siebel CRM operation.
HTTP Verb | Siebel Operation | Description |
---|---|---|
GET |
Query |
The GET method retrieves a Siebel CRM resource. |
POST |
Insert |
The POST method creates a new Siebel CRM data resource, or executes a business service, or invokes a workflow based on an API type. |
PUT |
Upsert |
The PUT method upserts a Siebel CRM resource. |
DELETE |
Delete |
The DELETE method deletes a Siebel CRM resource. |