查询用户某个账期内结算账单。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
BillingCycle | string | 是 | 账期,YYYY-MM。 | 2018-07 |
Type | string | 否 | 类型。取值:
| SubscriptionOrder |
ProductCode | string | 否 | 产品代码。 | rds |
ProductType | string | 否 | 产品类型。 | rds |
SubscriptionType | string | 否 | 订阅类型。取值:
说明
必须和 ProductCode 参数一起使用。
| Subscription |
IsHideZeroCharge | boolean | 否 | 根据原价(PretaxGrossAmount)是否为 0 做过滤,默认为否(兼容现有逻辑)。
| true |
PageNum | integer | 否 | 页码,默认值为 1。 | 1 |
PageSize | integer | 否 | 每页数量,默认值:20,最大值:300。 | 20 |
BillOwnerId | long | 否 | 资源归属账号的 ID,资源归属账号是实际使用资源的账号。 | 123 |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "AE3F4057-DFC9-4B81-8858-F620651010C9",
"Success": true,
"Data": {
"PageNum": 1,
"BillingCycle": "2020-02",
"AccountID": "185xxxxx489",
"PageSize": 1,
"TotalCount": 20,
"AccountName": "test@test.aliyunid.com",
"Items": {
"Item": [
{
"Status": "PayFinish",
"RoundDownDiscount": "0",
"Item": "SubscriptionOrder",
"Currency": "CNY",
"UsageStartTime": "2020-03-11 07:00:00",
"SubscriptionType": "PayAsYouGo",
"DeductedByCashCoupons": 0,
"UsageEndTime": "2020-03-11 08:00:00",
"DeductedByCoupons": 0,
"SubOrderId": "325345254353",
"OutstandingAmount": 0,
"AfterTaxAmount": 0,
"PaymentTime": "2020-03-11 08:00:00",
"PretaxAmountLocal": 0,
"Tax": 0,
"PipCode": "rds",
"PaymentTransactionID": "2O3AADJFEAF2PDKSFAMFCB11918",
"PretaxAmount": 100,
"CommodityCode": "rds",
"ProductName": "云数据库RDS",
"RecordID": "2020xxxx5912",
"AdjustAmount": 0,
"ProductDetail": "关系型数据库RDS(包月)",
"PaymentCurrency": "USD",
"OwnerID": "3532535235",
"DeductedByPrepaidCard": 0,
"ProductType": "rds",
"InvoiceDiscount": 0,
"PaymentAmount": 0,
"PretaxGrossAmount": 0,
"CashAmount": 0,
"ProductCode": "rds"
}
]
}
}
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-03-28 | OpenAPI 描述信息更新 | 查看变更详情 |