云蝠智能 AI知识中心
所有文章
完整版
完整版
客户端
API文档
升级日志
合作伙伴
基础知识
产品介绍
帮助中心
API文档
数字人
AI客户联络
开发指引
API接口
iFrame嵌套
回调
AI语音质检
白标接口及地址
AI客户联络中心 升级日志
数字人升级日志
线索挖掘 升级日志
业务常见问题QA
其他文档
行业案例
查看客户详情
最后更新于 2024/02/18   阅读数 86

查看客户详情


  • 请求接口 /agent-api/user/{user_id}/customer/detail/{customer_id}

  • 请求方式 GET

  • 路由参数

    参数

    类型

    示例

    解释

    必填

    user_id

    string

    5832d184-dd53-42a0-8ace-0bf8d660f4cc

    用户id

    customer_id

    string

    780f7216-b131-462b-ba30-de7cd1f527de

    客户id

  • 返回示例

    {
        "code": 200,
        "status": "success",
        "message": "查看客户详情成功",
        "data": {
            "id": "780f7216-b131-462b-ba30-de7cd1f527de",
            "user_id": "4fab5764-63c4-4d36-b4ef-1dcb670df629",
            "created_user_id": "4fab5764-63c4-4d36-b4ef-1dcb670df629",
            "phone": "13667679151",
            "company": "3谔谔威威呃",
            "email": "34242424@qq.com",
            "is_back": 0,
            "source_id": 715,
            "industry_id": 1167,
            "grade_id": 66,
            "name": "ai_7227840",
            "sort": 0,
            "created_at": "2023-09-21 11:23:12",
            "updated_at": "2023-10-11 10:18:55",
            "inputted_at": "2023-09-21 11:23:12",
            "viewed_at": "2023-10-11 10:18:55",
            "province_id": 71,
            "city_id": 71,
            "operator": 3,
            "flow": 0,
            "extra": null,
            "sex": 0,
            "expect_transaction_at": null,
            "expect_transaction_fee": "0.00",
            "unfollow_back_at": null,
            "unsettled_back_at": null,
            "followed_at": "2023-10-09 10:41:52",
            "components": [ //组件
                {
                    "id": "823c2978-6c93-402c-b2a0-a92e56853382",
                    "user_id": "4fab5764-63c4-4d36-b4ef-1dcb670df629",
                    "name": "姓名",
                    "type": "text",
                    "sort": 0,
                    "validate": [
                        "sometimes"
                    ],
                    "status": true,
                    "warehouse_id": 0,
                    "created_at": "2023-09-20 19:43:54",
                    "updated_at": "2023-09-20 19:43:54",
                    "data": {
                        "customer_id": "780f7216-b131-462b-ba30-de7cd1f527de",
                        "component_id": "823c2978-6c93-402c-b2a0-a92e56853382",
                        "value": "wula"
                    }
                },
                {
                    "id": "51d3cbe2-8977-4b18-a39f-826cd827a18d",
                    "user_id": "4fab5764-63c4-4d36-b4ef-1dcb670df629",
                    "name": "公司",
                    "type": "text",
                    "sort": 1,
                    "validate": [
                        "sometimes"
                    ],
                    "status": true,
                    "warehouse_id": 0,
                    "created_at": "2023-09-20 19:43:54",
                    "updated_at": "2023-09-20 19:43:54",
                    "data": {
                        "customer_id": "780f7216-b131-462b-ba30-de7cd1f527de",
                        "component_id": "51d3cbe2-8977-4b18-a39f-826cd827a18d",
                        "value": "的恶恶的呃"
                    }
                }
            ]
        }
    }
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    plaintext
未能解决您的问题?请联系
本篇目录

查看客户详情