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.
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 |
| 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. |
Query the matching relationship between quoted product name and 4-tier product pricing
POST / HTTP/1.1
Host: billing.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeCPQBillingMapping
<Common request parameters>
{
"Offset": "1",
"Limit": "1"
}
{
"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
}
}
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?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback