Asset Opportunities REST Endpoints

Assets/Asset Opportunities
The asset opportunities resource is used to view the opportunities of an asset. 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.
Assign matched opportunity
Method: post
Path: /crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetOpportunities/action/assignOpportunity
Copy matched opportunity
Method: post
Path: /crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetOpportunities/action/copyOpportunity
Create quote in Oracle CPQ Cloud
Method: post
Path: /crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetOpportunities/action/createQuote
Get all opportunities
Method: get
Path: /crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetOpportunities
Get an opportunity
Method: get
Path: /crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetOpportunities/{OptyId}