- Subcategories:
- Interviews
- Lead Campaigns
- Lead Qualifications
- Lead Rollups
- Lead Score Details
- Lead Team
- Marketing Source Codes
- Notes
- Opportunities
- Orchestration Associations
- Product Groups
- Products
- Sales Contents
- Sales Lead Competitors
- Sales Lead Contacts
- Sales Lead Products
- Sales Lead Resources
- Sales Lead Territories
- Sales Leads Attachments
- Smart Actions
Sales Leads REST Endpoints
Sales Leads
The sales lead resource is used to view, create, or modify a lead. A lead is a transaction record created when a party has expressed an interest in a product or service. It represents a selling opportunity.
- Accept lead
- Method: postPath:
/crmRestApi/resources/11.13.18.05/leads/action/acceptLead - Assign leads
- Method: postPath:
/crmRestApi/resources/11.13.18.05/leads/action/runAssignment - Convert a lead to an opportunity
- Method: postPath:
/crmRestApi/resources/11.13.18.05/leads/action/convertLeadToOpty - Convert lead to opportunity and get opportunity identifiers
- Method: postPath:
/crmRestApi/resources/11.13.18.05/leads/action/convertLeadAndGetOpty - Copy a lead
- Method: postPath:
/crmRestApi/resources/11.13.18.05/leads/action/copyLead - Create a new deal registration
- Method: postPath:
/crmRestApi/resources/11.13.18.05/leads/action/createDealRegistration - Create a sales lead
- Method: postPath:
/crmRestApi/resources/11.13.18.05/leads - Delete a sales lead
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/leads/{leadsUniqID} - Get a sales lead
- Method: getPath:
/crmRestApi/resources/11.13.18.05/leads/{leadsUniqID} - Get all sales leads
- Method: getPath:
/crmRestApi/resources/11.13.18.05/leads - Rank leads
- Method: postPath:
/crmRestApi/resources/11.13.18.05/leads/action/rankLead - Reject leads
- Method: postPath:
/crmRestApi/resources/11.13.18.05/leads/action/rejectLead - Score leads
- Method: postPath:
/crmRestApi/resources/11.13.18.05/leads/action/scoreLead - Update a sales lead
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}