Domain name for API request: intlpartnersmgt.tencentcloudapi.com.
This API is used to query the voucher quota based on the customer UIN.
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: QueryVoucherAmountByUin. |
Version | Yes | String | Common Params. The value used for this API: 2022-09-28. |
Region | No | String | Common Params. This parameter is not required. |
ClientUins.N | Yes | Array of Integer | Customer UIN list. Array length value: 1-20. |
Parameter Name | Type | Description |
---|---|---|
Data | Array of QueryVoucherAmountByUinItem | Customer voucher quota information |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: intlpartnersmgt.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: QueryVoucherAmountByUin
<Common Request Parameters>
{
"ClientUins": [
1
]
}
{
"Response": {
"Data": [
{
"TotalAmount": 0.0,
"ClientUin": 0,
"RemainAmount": 0.0
}
],
"RequestId": "xx"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?