云客服-查询外呼活动的特殊日期列表:报文样例

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

报文样例

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

  • 该接口的响应消息体举例如下:
    {
        "resultCode": "0200000",
        "resultDesc": "",
        "data": [
            {
                "id": 11,
                "name": "周末",
                "type": 1,
                "week": "5,7",
                "beginTime": null,
                "endTime": null
            },
            {
                "id": 14,
                "name": "中秋节",
                "type": 2,
                "week": null,
                "beginTime": "2018-09-22",
                "endTime": "2018-09-24"
            }
        ]
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_4018.html