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: postPath:
/services/rest/connect/v1.4/opportunities - Delete an opportunity
- Method: deletePath:
/services/rest/connect/v1.4/opportunities/{id} - Get an opportunity
- Method: getPath:
/services/rest/connect/v1.4/opportunities/{id} - Get multiple opportunities
- Method: getPath:
/services/rest/connect/v1.4/opportunities - Update an opportunity
- Method: patchPath:
/services/rest/connect/v1.4/opportunities/{id}