tencent cloud

费用中心

动态与公告
产品动态
产品公告
计费说明
计费方式
账户冻结说明
余额预警指引
云服务退货说明
购买模式
包年包月模式产品列表
购买指南
购买
支付方式
银企直连专属账号打款功能说明
充值流程说明
预付费产品付款方式
后付费账户支付
自动付款功能
收支明细
代金券
节省计划
续费管理
账单管理
账单查看
账单介绍
账单字段说明
用量明细
账单导出中心
账单订阅
账单存储至 COS 桶
计费 CAM 权限设置指引
线上自助开票功能说明
税务管理
FOCUS 1.0
FOCUS 1.0 差异说明
成本管理
消耗账单介绍
消耗功能说明
异常检测
消耗账单字段说明
成本分析
预算管理
分账管理
分账单元
分账账单
分账标签
分账回溯
API 文档
API Category
Funds Management APIs
Order Management APIs
Resource Management APIs
Bill Management APIs
Cost Allocation Management APIs
Cost Management APIs
Making API Requests
Organization Account APIs
Data Types
Error Codes
常见问题
账单常见问题
代金券常见问题
续费常见问题
文档费用中心API 文档Organization Account APIsDescribeBillResourceSummaryForOrganization

DescribeBillResourceSummaryForOrganization

PDF
聚焦模式
字号
最后更新时间: 2026-03-17 12:21:02

1. API Description

Domain name for API request: billing.intl.tencentcloudapi.com.

This API is used to get pay-on-behalf bills of the admin account (bills by instance).

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DescribeBillResourceSummaryForOrganization.
Version Yes String Common Params. The value used for this API: 2018-07-09.
Region No String Common Params. This parameter is not required.
Offset Yes Integer Pagination offset. If Offset is 0, it indicates the first page. When Limit is 100, if Offset is 100, it indicates the second page; if Offset is 200, it indicates the third page, and so on.
Limit Yes Integer The number of entries returned at a time. The maximum value is 1000.
Month Yes String Bill month in the format of "yyyy-mm". This value must be no earlier than the month when Bill 2.0 is activated.
NeedRecordNum No Integer Indicates whether the total number of records is required, used for pagination.
Valid values: 1 (required), 0 (not required).
ActionType No String Transaction type. This parameter needs to be input using the ActionTypeName value. Valid values:
Yearly/monthly subscription purchase
Yearly/monthly subscription renewal
Yearly/monthly subscription upgrade/downgrade
Yearly/monthly subscription refund
Pay-as-you-go deduction
Offline project deduction
Offline product deduction
Adjustment deduction
Adjustment compensation
Hourly pay-as-you-go
Daily pay-as-you-go
Monthly pay-as-you-go
Hourly spot instance
Offline project adjustment compensation
Offline product adjustment compensation
Offer deduction
Offer compensation
Pay-as-you-go resource migration in
Pay-as-you-go resource migration out
Yearly/monthly subscription resource migration in
Yearly/monthly subscription resource migration out
Prepaid
Hourly
RI refund
Pay-as-you-go reversal
Yearly/monthly subscription to pay-as-you-go
Minimum spend deduction
Hourly savings plan fee
ResourceId No String ID of the instance to be queried.
PayMode No String Billing mode. Valid values: prePay, postPay.
BusinessCode No String Product code
Note: To query the product codes (BusinessCode) used in the current month, call DescribeBillSummaryByProduct.
TagKey No String Cost allocation tag key, which can be customized. This parameter can be used for querying bills after January 2021.
TagValue No String Resource tag value. If it is left empty, there are no records with tag values set under this tag key.
This parameter can be used for querying bills after January 2021.

3. Output Parameters

Parameter Name Type Description
ResourceSummarySet Array of BillDistributionResourceSummary Resource summary list.
Total Integer Total number of resource summary lists. It will not be returned if NeedRecordNum is 0.
Note: This field may return null, indicating that no valid values can be obtained.
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.

4. Example

Example1 Getting the bill summarized by instance

This example shows you how to get the bill summarized by instance.

Input Example

POST / HTTP/1.1
Host: billing.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeOrganizationBillResourceSummary
<Common request parameters>

{
    "Offset": 0,
    "Limit": 1,
    "Month": "2023-08",
    "NeedRecordNum": 1,
    "ResourceId": "cdb-0a90mrac"
}

Output Example

{
    "Response": {
        "RequestId": "0a27bddd-8683-4187-b9c0-7d407a2c818f",
        "ResourceSummarySet": [
            {
                "ActionTypeName": "Yearly/monthly subscription renewal",
                "BusinessCode": "p_cdb",
                "BusinessCodeName": "TencentDBMySQL",
                "CashPayAmount": "11.56675785",
                "ConfigDesc": "MySQL - 1 CPU core",
                "Discount": "0.325825",
                "ExtendField1": "vpc: vpc-l0u15j26,Default-VPC",
                "ExtendField2": "vip: 172.27.0.8",
                "ExtendField3": "-",
                "ExtendField4": "-",
                "ExtendField5": "-",
                "FeeBeginTime": "2023-08-07 10:58:41",
                "FeeEndTime": "2023-09-07 10:58:41",
                "IncentivePayAmount": "0.00000000",
                "InstanceType": "-",
                "OperateUin": "700000686592",
                "OrderId": "20230807867037044170861",
                "OriginalCostWithRI": "0.00000000",
                "OriginalCostWithSP": "0.00000000",
                "OwnerUin": "700000686592",
                "PayModeName": "Yearly/monthly subscription",
                "PayTime": "2023-08-07 03:42:18",
                "ProductCode": "sp_cdb_master",
                "ProductCodeName": "MySQL - High-Availability Edition (General)",
                "ProjectName": "Default project",
                "RealTotalCost": "11.56675785",
                "ReduceType": "Discount",
                "RegionId": 16,
                "RegionName": "Southwest China (Chengdu)",
                "ResourceId": "cdb-0a90mrac",
                "ResourceName": "TencentDBmysql-test7",
                "SPDeduction": "0.00000000",
                "Tags": [],
                "TotalCost": "35.5",
                "TransferPayAmount": "0.00000000",
                "VoucherPayAmount": "0.00000000",
                "ZoneName": "Chengdu Zone 1"
            }
        ],
        "Total": 3
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.SummaryDataNotReady Summary is being built. Please try again later.
InternalError.GatewayError Gateway error.
InternalError.UnknownError Undefined exception.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈