云客服-批量删除与会者:报文样例

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

报文样例

  • 消息头
    Content-Type:application/json; charset=UTF-8
    Guid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.AgentGateway1
  • 请求参数
    {
        "addresses": [
            {
                "address": "2002",
                "addressType": "9"
            },
            {
                "address": "2001",
                "addressType": "9"
            }
        ]
    }
  • 响应参数
    {
        "message": "",
        "retcode": "0",
        "result": {
            "noExistParticipants": []
        }
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_1293.html