MngAddLead¶
Creates a lead.
Request¶
{
"command": "MngAddLead",
"extID": "1",
"data": {
"brand": "default",
"full_name": "Anna Test",
"email": "[email protected]",
"phone": "+442000000000",
"source_type": 1,
"lead_source": "web"
}
}
Response Data¶
{
"lead": {
"lead_id": 1,
"brand": "default",
"full_name": "Anna Test",
"email": "[email protected]",
"phone": "+442000000000",
"source_type": 1,
"status": 0
}
}