MngArchiveLead¶
Archives a lead and sets archive_time.
Access Control¶
Requires CRM access and set_customers. Lead brand and desk must be inside the manager scope. The backend uses the resolved manager id from staff access context as updater.
Request¶
{
"command": "MngArchiveLead",
"extID": "1",
"data": {
"lead_id": 1
}
}
Response Data¶
{
"lead": {
"lead_id": 1,
"status": 5,
"manager_id": 10
}
}