云客服-查询指定VDN下的IVR详细状态信息:样例报文

时间:2024-05-17 09:13:01

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
        "ccId":1, 
        "vdn":170,
        "flowId":1
    }
  • 响应参数:
    {
        "result": "0",
        "resultCode": "0100000",
        "resultDatas": [
            {
                "callId": "1453724606-576",
                "customerLevel": 1,
                "requestType": 0
            }
        ],
        "resultDesc": [
            {
                "callId": "1453724606-576",
                "customerLevel": 1,
                "requestType": 0
            }
        ]
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2538.html