云客服-依据租间ID查询所有座席信息:样例报文

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

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
      "ccId": 1,
      "tenantId": "202306131208",
      "limit": 10000,
      "offset": 0
    }
  • 响应参数:
    {
        "resultCode": "0100000",
        "resultDesc": {
                "ccId": 3,
                "vdnId": 47,
                "tenantId": "202008142460",
                "accessCodes": [
                    {
                        "accessCode": "202008191",
                        "isDefault": true
                    }
                ],
                "tenantSpaceName": "fjw081401",
                "agents": [{
                    "workNo": 111, 
                    "sipAccount": "88880001",
                    "accountCode": "123",
                    "agentType": 4
                }]
            }
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2596.html