云客服-查询座席休息信息:样例报文

时间:2024-09-24 14:46:20

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
        "queryParam":
        {
            "ccId":1, 
            "vdn":1,
            "offset":0,
            "limit":100
        }
    }
  • 响应参数:
    {
        "result": "0",
        "resultCode": "0100000",
        "resultDatas": {
            "allowRestNum": 101,
            "onRestNum": 1,
            "waitRestNum": 0,
            "agentsRestDetails": [
                {
                    "agentName": "z1",
                    "workNo": 55001,
                    "cantRestReason": 1,
                    "beginTime": 2345,
                    "restDuration": 22333
                }
            ]
        },
        "resultDesc": {
            "allowRestNum": 101,
            "onRestNum": 1,
            "waitRestNum": 0,
            "agentsRestDetails": [
                {
                    "agentName": "z1",
                    "workNo": 55001,
                    "cantRestReason": 1,
                    "beginTime": 2345,
                    "restDuration": 22333
                }
            ]
        }
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2570.html