tencent cloud

DescribeRebateDownloadUrl
Last updated: 2025-10-30 21:45:32
DescribeRebateDownloadUrl
Last updated: 2025-10-30 21:45:32

1. API Description

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

This API is used to download the commission bill file by resellers/agents. The file URL is returned.
Resellers/Agents can call this API.

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: DescribeRebateDownloadUrl.
Version Yes String Common Params. The value used for this API: 2022-09-28.
Region No String Common Params. This parameter is not required.
Month Yes String Month of the commission bill. Format: YYYY-MM.
FileType Yes String Bill file type. Valid value: CommissionDetail.

3. Output Parameters

Parameter Name Type Description
DownloadUrl String File download link, with a file validity period of 1 hour.
Ready Integer File generation status. 0: generating; 1: generated.
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 DescribeRebateDownloadUrl

This example shows you how to obtain the link to the monthly commission bill file as a reseller or an agent. The file has been generated. Please obtain the file via the download link.

Input Example

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

{
    "Month": "2024-12",
    "FileType": "CommissionDetail"
}

Output Example

{
    "Response": {
        "DownloadUrl": "https://xxxx.cos.ap-singapore.myqcloud.com",
        "Ready": 1,
        "RequestId": "845ac46e-20a7-4cab-8930-d5e6d2104885"
    }
}

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
InvalidParameterValue Invalid parameter value.
OperationDenied.ServiceBusy System busy. Please try again later.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback