Opportunities REST Endpoints

Opportunities
The information about a specific sale or a pending deal with a contact or an organization that is tracked and maintained in the Oracle B2C Service knowledge base.
Create an opportunity
Method: post
Path: /services/rest/connect/v1.4/opportunities
Delete an opportunity
Method: delete
Path: /services/rest/connect/v1.4/opportunities/{id}
Get an opportunity
Method: get
Path: /services/rest/connect/v1.4/opportunities/{id}
Get multiple opportunities
Method: get
Path: /services/rest/connect/v1.4/opportunities
Update an opportunity
Method: patch
Path: /services/rest/connect/v1.4/opportunities/{id}