- Subcategories:
- Smart Actions
Opportunity Leads REST Endpoints
Opportunities/Opportunity Leads
The opportunity leads resource is used to view, create, update, and delete the leads that resulted in an opportunity.
- Create an opportunity lead
- Method: postPath:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityLead - Delete an opportunity lead
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityLead/{OptyLeadId} - Get all opportunity leads
- Method: getPath:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityLead - Get an opportunity lead
- Method: getPath:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityLead/{OptyLeadId} - Update an opportunity lead
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityLead/{OptyLeadId}