Domain name for API request: intlpartnersmgt.intl.tencentcloudapi.com.
Description: This API is used by resellers to review applications to become sub-customers. Note: This API is used to apply for the allowlist. If needed, please contact your business representative.
Callable roles: Reseller, Distributer, Second-level reseller
A maximum of 5 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ApproveClientApply. |
Version | Yes | String | Common Params. The value used for this API: 2022-09-28. |
Region | No | String | Common Params. This parameter is not required. |
ClientUin | Yes | Integer | Sub-customer uin. |
ApproveType | Yes | String | Approval type. only supports pass and reject. |
RejectReason | No | String | Reason for rejection. required only when approvetype is reject. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: intlpartnersmgt.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ApproveClientApply
<Common request parameters>
{
"ClientUin": "1000000000",
"ApproveType": "pass"
}
{
"Response": {
"RequestId": "0aa8fe2c-****-4d94-b481-3f329******a"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.BindOrganizationAccount | The account is a group account and cannot be bound as a sub-customer. |
FailedOperation.ClientBalanceIsLessOrEqualZero | The sub-customer balance is less than zero. |
FailedOperation.ClientBuySP | The sub-customer has purchased an sp package. |
FailedOperation.ClientCreateShareUnit | The sub-customer has created a shared unit. |
FailedOperation.ClientJoinShareUnit | The sub-customer has joined a shared unit. |
FailedOperation.ClientNotApply | The user has not applied to become a sub-customer. |
FailedOperation.ExceedMaxBindCount | |
FailedOperation.UinAlreadyKA | Tencent cloud ka account cannot become a sub-customer. |
FailedOperation.UinNotReseller | UIN is a non-reseller (master reseller, reseller, sub-reseller) account. |
InvalidParameterValue.InvalidUin | InvalidParameterValue.InvalidUin |
InvalidParameterValue.UinAlreadyClient | The user has become a sub-customer of another reseller. |
InvalidParameterValue.UinIsSubAccount | The user is a sub-account. |
OperationDenied.ServiceBusy | System busy. Please try again later. |
UnauthorizedOperation.UinNoAuth | The current user doesn’t have permission for the operation. |