Case Opportunities REST Endpoints

Cases/Case Opportunities
The opportunities resources indicates the one-to-many relationships between the case and associated opportunities.
Create an opportunity
Method: post
Path: /crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseOpportunities
Delete an opportunity
Method: delete
Path: /crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseOpportunities/{CaseOpportunityId}
Get all opportunities
Method: get
Path: /crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseOpportunities
Get an opportunity
Method: get
Path: /crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseOpportunities/{CaseOpportunityId}
Update an opportunity
Method: patch
Path: /crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseOpportunities/{CaseOpportunityId}