云客服-查询指定VDN下的座席电话号码:报文样例

时间:2024-05-17 09:12:39

报文样例

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
        "ccId":1, 
        "vdn":170,
        "offset":0,
        "limit":4
    }
  • 响应参数
    {
        "result": "0",
        "resultCode": "0100000",
        "count": 30,
        "resultDatas": [
            {
                "agentId": 55002,
                "phone": 620001
            },
            {
                "agentId": 833,
                "phone": 620002
            },
            {
                "agentId": 834,
                "phone": 620003
            },
            {
                "agentId": 835,
                "phone": 620004
            }
        ],
        "resultDesc": [
            {
                "agentId": 55002,
                "phone": 620001
            },
            {
                "agentId": 833,
                "phone": 620002
            },
            {
                "agentId": 834,
                "phone": 620003
            },
            {
                "agentId": 835,
                "phone": 620004
            }
        ]
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2534.html