Domain name for API request: billing.intl.tencentcloudapi.com.
Query member available balance in batches
A maximum of 20 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: DescribeOrgMemberAccountBalance. |
| Version | Yes | String | Common Params. The value used for this API: 2018-07-09. |
| Region | No | String | Common Params. This parameter is not required. |
| PageNumber | No | Integer | Page number Default value: 1 Value ranges from 1 |
| PageSize | No | Integer | Page size Value ranges from 1 to 10 Default value: 10 |
| MemberUins.N | No | Array of String | Member uin list Input parameter limit: Elements must be pure digits and the number of elements cannot be greater than 10 Return the account balance information of all members within the organization when empty, and return the account balance information of specified members when not empty |
| Parameter Name | Type | Description |
|---|---|---|
| Data | Array of DescribeOrgMemberAccountBalanceData | Member account balance list |
| TotalCount | Integer | Total record count |
| PageSize | Integer | Actual number of returned results on the current page |
| PageNumber | Integer | current page |
| 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. |
Check balance use case back verification
POST / HTTP/1.1
Host: billing.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeOrgMemberAccountBalance
<Common request parameters>
{
"MemberUins": [
"700001941608"
]
}
{
"Response": {
"Data": [
{
"BasicCreditAmount": 0,
"CashAccountBalance": 36365911,
"CreditAmount": 0,
"IsCreditAccount": false,
"MemberName": "kleinerwang_test",
"MemberUin": "700001941608",
"OweAmount": 0,
"RealBalance": 36365911,
"TempCredit": 0
}
],
"PageNumber": 1,
"PageSize": 1,
"TotalCount": 1,
"RequestId": "241b92ef-b68e-4827-ae15-5ef7f3bd4009"
}
}
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 | Operation failed. |
| FailedOperation.PayPriceError | Payment failed. Please contact Tencent Cloud to resolve this issue. |
| InternalError | Internal error. |
| InternalError.GatewayError | Gateway error. |
| UnauthorizedOperation.CamNoAuth | The account does not have CAM permission. |
| UnsupportedOperation | Operation unsupported. |
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan