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: postPath:
/crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseOpportunities - Delete an opportunity
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseOpportunities/{CaseOpportunityId} - Get all opportunities
- Method: getPath:
/crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseOpportunities - Get an opportunity
- Method: getPath:
/crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseOpportunities/{CaseOpportunityId} - Update an opportunity
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseOpportunities/{CaseOpportunityId}