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: post
Path: /crmRestApi/resources/11.13.18.05/leads/action/acceptLead
Assign leads
Method: post
Path: /crmRestApi/resources/11.13.18.05/leads/action/runAssignment
Convert a lead to an opportunity
Method: post
Path: /crmRestApi/resources/11.13.18.05/leads/action/convertLeadToOpty
Create a sales lead
Method: post
Path: /crmRestApi/resources/11.13.18.05/leads
Delete a sales lead
Method: delete
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}
Get a sales lead
Method: get
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}
Get all sales leads
Method: get
Path: /crmRestApi/resources/11.13.18.05/leads
Rank leads
Method: post
Path: /crmRestApi/resources/11.13.18.05/leads/action/rankLead
Reject leads
Method: post
Path: /crmRestApi/resources/11.13.18.05/leads/action/rejectLead
Score leads
Method: post
Path: /crmRestApi/resources/11.13.18.05/leads/action/scoreLead
Update a sales lead
Method: patch
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}