查詢用戶某個賬期內(nèi)結(jié)算賬單。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無授權(quán)信息透出。
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
BillingCycle | string | 是 | 賬期,YYYY-MM。 | 2018-07 |
Type | string | 否 | 類型。取值:
| SubscriptionOrder |
ProductCode | string | 否 | 產(chǎn)品代碼。 | rds |
ProductType | string | 否 | 產(chǎn)品類型。 | rds |
SubscriptionType | string | 否 | 訂閱類型。取值:
說明
必須和 ProductCode 參數(shù)一起使用。
| Subscription |
IsHideZeroCharge | boolean | 否 | 根據(jù)原價(PretaxGrossAmount)是否為 0 做過濾,默認(rèn)為否(兼容現(xiàn)有邏輯)。
| true |
PageNum | integer | 否 | 頁碼,默認(rèn)值為 1。 | 1 |
PageSize | integer | 否 | 每頁數(shù)量,默認(rèn)值:20,最大值:300。 | 20 |
BillOwnerId | long | 否 | 資源歸屬賬號的 ID,資源歸屬賬號是實際使用資源的賬號。 | 123 |
返回參數(shù)
示例
正常返回示例
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": "云數(shù)據(jù)庫RDS",
"RecordID": "2020xxxx5912",
"AdjustAmount": 0,
"ProductDetail": "關(guān)系型數(shù)據(jù)庫RDS(包月)",
"PaymentCurrency": "USD",
"OwnerID": "3532535235",
"DeductedByPrepaidCard": 0,
"ProductType": "rds",
"InvoiceDiscount": 0,
"PaymentAmount": 0,
"PretaxGrossAmount": 0,
"CashAmount": 0,
"ProductCode": "rds"
}
]
}
}
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2024-03-28 | OpenAPI 描述信息更新 | 查看變更詳情 |