知识中心
所有文章
帮助中心
AI客户联络中心 升级日志
API文档
AI客户联络
API接口
【新】云节点列表
对话接口
白标接口及地址
查看客户详情
最后更新于 2024/02/19   阅读数 33

查看客户详情


  • 请求接口 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
未能解决您的问题?请联系
本篇目录

查看客户详情