商机列表查询

Path:/third_api/opportunities/task_list
Method:POST
接口描述:
  • 查询商机列表

Header 参数说明

参数名称 参数值 必填 备注
Content-Type application/json 数据类型
Access-Token **** 励销云为每个平台单独颁发唯一Token;通过申请人邮件发送
Company-Code **** 企业/账号绑定标识
body参数
参数名称 类型 必填 描述
operator_id String 操作人(第三方用户id)
source_id String 第三方数据id
title String 商机名称
customer_name String 客户名称
返回说明

返回示例

{
    "code": 0,
    "success": true,
    "message": "接口请求成功",
    "data": {
        "list": [
            {
                "id": 61,
                "title": "商机8",
                "customer_name": "香港英皇娱乐",
                "created_at": "2021-04-08 11:36",
                "created_at_unix": 1617852978000,
                "bind_status": false
            }
        ],
        "page": 1,
        "per_page": 10,
        "total": 1
    }
}

返回 参数说明

参数名称 类型 必需 备注
page Integer 页码
per_page Integer 页数
total Integer 总数
list Array 非必需
├─ id Integer crm商机ID
├─ title String 商机名称
├─ customer_name String 客户名称
├─ created_at Integer 创建时间(北京时间)
├─ created_at_unix Integer 创建时间(时间戳)
├─ bind_status Boolean 是否绑定过商机(true: 已绑定, false: 未绑定)
文档更新时间: 2024-08-12 10:22   作者:胡强