tencent cloud

DescribeCPQBillingMapping

PDF
Modo Foco
Tamanho da Fonte
Última atualização: 2026-04-24 15:08:33

1. API Description

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

Query the four-layer matching relationship between the quoted product name and billing products

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: DescribeCPQBillingMapping.
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 String Offset
Limit Yes String The number of entries returned at a time. The maximum value is 100.
SpuName No String Quoted subproduct name
CategoryName No String Quoted product name
BusinessName No String Product name
ProductName No String Subproduct name
ComponentName No String Component type name
ItemName No String Component name
BusinessCode No String Product code
ProductCode No String Subproduct code
ComponentCode No String Component type code
ItemCode No String Component code

3. Output Parameters

Parameter Name Type Description
ResourceSpuSet Array of ResourceSpuSet Return data details
Total Integer 10
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 Query the matching relationship between the quoted product name and the 4-tier product billing method

Query the matching relationship between quoted product name and 4-tier product pricing

Input Example

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

{
    "Offset": "1",
    "Limit": "1"
}

Output Example

{
    "Response": {
        "RequestId": "1aa76e23-91a1-40bc-a9b0-671f8a7c0489",
        "ResourceSpuSet": [
            {
                "BusinessCode": "p_011691",
                "BusinessNameEn": "Tencent Kubernetes Engine",
"BusinessNameZh": "Tencent Kubernetes Engine (TKE)"
                "CategoryNameEn": "ResouceFee&ServiceFee",
"CategoryNameZh": "Resource fee + value-added fee mode (For the same model, choose either resource fee + value-added fee mode or value-added fee Mode 2, cannot be selected repeatedly)"
                "ComponentCode": "",
                "ComponentNameEn": "",
                "ComponentNameZh": "",
                "ItemCode": "",
                "ItemNameEn": "",
                "ItemNameZh": "",
                "ProductCode": "sp_011691_tke_hn_c4",
                "ProductNameEn": "TKE_NativeNode_C4",
"ProductNameZh": "Tencent Kubernetes Engine (TKE)_native node_C4"
                "SpuNameEn": "Postpaid TKE native node - Computing C4",
"SpuNameZh": "TKE Native Node - Computing-based C4 - Postpaid"
            }
        ],
        "Total": 3819
    }
}

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

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Ajuda e Suporte

Esta página foi útil?

comentários