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

时间:2025-02-12 14:54:40

报文样例

请求头:

Content-Type:application/jsonAuthorization:Bearer XXXXXXXXXXXXXXXXXXXXXXXX-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