继承客户
POST
/company/Staff/transferCustomer
请求参数
参数名
类型
描述
必填
company_id
int
企业id
必填
staff_id
int
原跟进员工id
必填
customer_ids
array
跟进客户id集合
必填
to_id
int
新跟进员工id
必填
msg
string
原跟进员工离职不需要传,转移成功后发给客户的消息,最多200个字符,不填则使用默认文案
可选