Supported HTTP Methods
The following table contains the HTTP methods supported by Oracle CRM On Demand and the corresponding REST API operation.
HTTP Method | REST API Operation | Description |
---|---|---|
GET |
Retrieve |
The GET method retrieves an Oracle CRM On Demand resource. |
POST |
Create |
The POST method creates a new Oracle CRM On Demand resource. |
PATCH |
Update |
The PATCH method updates an Oracle CRM On Demand resource. |
DELETE |
Delete |
The DELETE method deletes an Oracle CRM On Demand resource. |
Note: The HTTP PUT method is only supported for Add and Update REST
API operations for enclosure attachments. For more information about
working with attachments, see Working with Resource Attachments.