Unfreezing a Customer Account
Function
A partner can unfreeze an account of a customer associated with the partner by reseller model.
Visit Unfreezing a Customer Account to lean about how to unfreeze a customer account.
To unfreeze an account, the unfreezing type must be consistent with the freezing type.
Constraints
This API can be invoked using the partner AK/SK or token only.
Debugging
You can debug the API in API Explorer which supports automatic authentication. API Explorer can automatically generate and debug example SDK code.
URI
POST /v2/partners/sub-customers/unfreeze
Request
Request Parameters
Parameter |
Mandatory |
Type |
Value Range |
Description |
---|---|---|---|---|
customer_ids |
Yes |
List<String> |
A maximum of 10 IDs |
IDs of customers whose accounts are to be unfrozen. You can call the API in Querying Customers to obtain the customer ID. |
reason |
Yes |
String |
A maximum of 256 characters |
Account unfreezing reason. |
indirect_partner_id |
No |
String |
Maximum length: 64 characters |
Reseller ID. For details about how to obtain the ID, see Querying the List of Huawei Cloud Resellers. This parameter is mandatory for unfreezing the customers of a reseller. |
unfreeze_type |
No |
String |
- |
Unfreezing type
Default value: ACCOUNT If this parameter is not included in the request or is set to null, the default value will be used. This parameter cannot be set to an empty string, and enumeration verification will be conducted. |
Example Request
POST https://bss-intl.myhuaweicloud.com/v2/partners/sub-customers/unfreeze HTTP/1.1 Content-Type: application/json X-Auth-Token: MIIPAgYJKoZIhvcNAQcCo...ggg1BBIINPXsidG9rZ { "customer_ids": [ "065024********e90f44c01cbccfa280", "065faa********ce0fddc007a6cb6f40" ], "reason": "The customer has topped up its account.", "indirect_partner_id": "0b5e9b********0c0f0fc00874a9e000", "unfreeze_type": "ACCOUNT" }
Response
Response Parameters
Parameter |
Type |
Value Range |
Description |
---|---|---|---|
error_code |
String |
A maximum of 20 characters |
Error code. This field is not returned when the operation is successful or partially failed. For details, see Returned Values. |
error_msg |
String |
A maximum of 2,000 characters |
Error description. This field is not returned when the operation is successful or partially failed. |
error_details |
List<ErrorDetail> |
- |
Error cause description. This field is returned only when the operation is partially failed. For details, see Table 1. |
Parameter |
Type |
Value Range |
Description |
---|---|---|---|
error_code |
String |
A maximum of 20 characters |
Error code. For details, see Returned Values. The returned status code is 200. |
error_msg |
String |
A maximum of 2,000 characters |
Error message. |
id |
String |
A maximum of 256 characters |
ID. This parameter corresponds to customer_ids. |
Example Response
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: length Date: response time { "error_details":[] }
Returned Values
- 4xx: This class of HTTP status code is intended for situations in which the error seems to have been caused by the client, for example, the request contains bad syntax or incorrect parameters. You must ensure the request is correct.
- 5xx: This class of HTTP status code is intended for cases in which the Huawei Cloud server is aware that it has encountered an error or is otherwise incapable of performing the request. In this case, contact Huawei Cloud customer service.
HTTP Value |
Error Code |
Description |
---|---|---|
400 |
CBC.0100 |
Parameter error. |
400 |
CBC.99000000 |
You do not have the operation permission to this customer. |
400 |
CBC.99000035 |
You are not a customer of a partner yet. |
400 |
CBC.99000037 |
You do not have the permission to operate this Huawei Cloud reseller. |
200 |
CBC.99005024 |
API access failed. The association type of the customer is not supported. |
200 |
CBC.50000053 |
Unfreeze customer account failed. Selected object and the frozen object do not match. |
403 |
CBC.0150 |
Invalid operation. |
403 |
CBC.0151 |
Access denied. |
500 |
CBC.0999 |
Other errors. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot