云客服-查询接入用户可访问的所有租户信息:样例报文

时间:2024-05-17 09:12:45

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
     "ccId": 1
    }
  • 响应参数:
    {
        "resultCode": "0100000",
        "resultDesc": [
            {
                "ccId": 3,
                "vdnId": 47,
                "tenantId": "202008142460",
                "accessCodes": [
                    {
                        "accessCode": "202008191",
                        "isDefault": true
                    }
                ],
                "tenantSpaceName": "fjw081401"
            }
        ]
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2598.html