Opportunities REST Endpoints

Deal Registrations/Opportunities
The opportunity resource is used to view the opportunities associated with a deal registration. An opportunity is used by a sales organization to track information about a potential sale, such as the sales account, key contacts, product interests, and potential revenues. A matched opportunity is an opportunity that matches the deal registration based on the duplicate check process.
Assign matched opportunity
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/MatchedOpportunity/action/assignOpportunity
Copy matched opportunity
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/MatchedOpportunity/action/copyOpportunity
Create quote in Oracle CPQ Cloud
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/MatchedOpportunity/action/createQuote
Get all opportunities
Method: get
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/MatchedOpportunity
Get an opportunity
Method: get
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/MatchedOpportunity/{OptyId}