转入crm

Path:/third_api/entities/import
Method:POST
接口描述:
  • 转入crm

Header 参数说明

参数名称 参数值 必填 备注
Content-Type application/json 数据类型
Access-Token **** 励销云为每个平台单独颁发唯一Token;通过申请人邮件发送
Company-Code **** 企业/账号绑定标识

Body 参数说明

{
    "uniquid": "5c05193cccd8774e36994e0b", // 操作唯一id [String]  
    "dataType": "lead", // 导入类型 [String] "lead": 线索数据;"shop":店铺数据   
    "operatePhone": "102929393838", //第三方账号标识 [String]  
    "operateTime": 1641398400, //操作时间[Long]  
    "exportLeadsNum": 5, //导出条数[Long]  
    "dosageCount": 5, //本次操作消耗额度[Long]  
    "operateType": "crm", //操作类型[string] crm 转入CRM robot 转入机器人  
    "dataUrl": "https://baize-data-staging-1301869430.file.myqcloud.com/dushu/5b657491-63da-4a16-9f08-9faef1789c6e/ssdd.json", //json下载地址,文件会在3天内过期  
    "module": "LeadCommon", // 转入模块[String] 线索:Lead,线索池:LeadCommon,客户:Customer,公海:CustomerCommon  
    "commonId": 5, //[Integer] crm:线索池/公海ID robot:外呼任务ID  
    "recipient": 5 //[Integer] crm: 其他员工id
}
参数名称 类型 必填 备注
uniquid String 操作唯一id
dataType String 导入类型 [String] “lead”: 线索数据;”shop”:店铺数据
operatePhone String 第三方账号标识
operateTime Integer 操作时间
exportLeadsNum Integer 导出条数
dosageCount Integer 本次操作消耗额度
operateType String 操作类型; crm 转入CRM
dataUrl String json下载地址,文件会在3天内过期
module String 转入模块; 线索:Lead,线索池:LeadCommon,客户:Customer,公海:CustomerCommon
commonId Integer 线索池/公海ID
recipient Integer 其他员工id

返回数据

{
  "code": 0,
  "success": true,
  "message": "批次任务异步处理中",
  "data": {}
}

返回 参数说明

参数名称 类型 必需 备注
code Integer 状态码
success Boolean
message String 成功/错误描述
data Object
文档更新时间: 2025-09-23 15:23   作者:胡强