Leads – Add New Lead
POST launch.businessengine.com/api/leads
Field |
Type |
Description |
Authorization |
String |
Basic Access Authentication token. |
Field |
Type |
Description |
company_name |
string |
Mandatory Lead Name. |
owner_id |
string |
Mandatory Lead owner id. |
lead_status_id |
string |
Mandatory Lead status id. |
lead_source_id |
string |
Mandatory Lead source id. |
address |
string |
Optional Lead address. |
city |
string |
Optional Lead city. |
state |
string |
Optional Lead state. |
zip |
string |
Optional Lead zip. |
country |
string |
Optional Lead country. |
phone |
string |
Optional Lead phone. |
website |
string |
Optional Lead website. |
vat_number |
string |
Optional Lead vat number. |
Field |
Type |
Description |
status |
Boolean |
Request status. |
message |
String |
Lead add successful. |
Name |
Type |
Description |
status |
Boolean |
Request status. |
message |
String |
Lead add fail. |