云客服-查询接入码(queryAccessCodeList):报文样例

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

报文样例

请求头:

Content-Type:application/json
Authorization:Bearer XXXXXXXXXXXXXXXXXXXXXXX
X-APP-Key:XXXXXXXXXXXXXXXXXXXXXXX

请求参数:

{
   "accessCode": "9911411",
   "mediatypeId": 5,
   "description": "接入码",
   "limit":10,
    "offset":0
}

响应参数:

{
    "returnCode": "0",
    "data": {
        "total": 1,
        "calledRouteList": [
            {
                "id": "1124167935465633793",
                "accessCode": "9911411",
                "mediatypeId": 5,
                "n400Number": null,
                "description": null,
                "numCallAttr": 3				
            }
        ]
    },
    "description": "success"
}
support.huaweicloud.com/api-ccfs-cec/cec_07_1029.html