云客服-统计当日外呼数据:报文样例

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

报文样例

  • 该接口的请求消息体举例如下:

  • 该接口的响应消息体举例如下:
    {
      "countDetail": [
        {
          "calledCount": 0,
          "batchDetail": [],
          "campaignId": "1798316116",
          "finishCount": 0,
          "unCallCount": 0,
          "totalCount": 3,
          "totalCallSucc": 2,
          "totalCalledCount": 3,
          "totalFinishCount": 3,
          "dailyFinishCount": 3,
          "dailyCalledCount": 3,
          "dailyCallSucc": 2,
          "dailyCount": 3
        },
        {
          "calledCount": 0,
          "batchDetail": [
            {
              "calledCount": 0,
              "finishCount": 0,
              "unCallCount": 1,
              "batchId": "123456",
             "totalCount": 3,
             "totalCallSucc": 2,
             "totalCalledCount": 3,
             "totalFinishCount": 3,
             "dailyFinishCount": 3,
             "dailyCalledCount": 3,
             "dailyCallSucc": 2,
             "dailyCount": 3
            },
            {
              "calledCount": 0,
              "finishCount": 0,
              "unCallCount": 1,
              "batchId": "66666",
              "totalCount": 3,
              "totalCallSucc": 2,
             "totalCalledCount": 3,
             "totalFinishCount": 3,
             "dailyFinishCount": 3,
             "dailyCalledCount": 3,
             "dailyCallSucc": 2,
             "dailyCount": 3
            }
          ],
          "campaignId": "1549589640",
          "finishCount": 0,
          "unCallCount": 3
        }
      ]
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_4037.html