指定された課金サイクルのアカウントの請求概要を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
bss:DescribeBillList |
get |
*All Resource
|
|
なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| BillingCycle |
string |
必須 |
課金サイクル。フォーマットは YYYY-MM です。 |
2018-07 |
| ProductCode |
string |
任意 |
プロダクトコード。 |
rds |
| ProductType |
string |
任意 |
プロダクトタイプ。 |
rds |
| SubscriptionType |
string |
任意 |
サブスクリプションタイプ。有効な値:
|
Subscription |
| BillOwnerId |
integer |
任意 |
リソースを使用するアカウントの ID。 |
1234 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Code |
string |
状態コード。 |
Success |
| Message |
string |
エラーメッセージ。 |
Successful! |
| RequestId |
string |
リクエスト ID。 |
BCB1E1BC-05BF-4217-80EE-BF09A29407BA |
| Success |
boolean |
リクエストが成功したかどうかを示します。 |
true |
| Data |
object |
返されたデータ。 |
|
| BillingCycle |
string |
課金サイクル。フォーマットは YYYY-MM です。 |
2020-03 |
| AccountID |
string |
アカウント ID。 |
185766xxxx |
| AccountName |
string |
アカウント名。 |
test@test.aliyunid.com |
| Items |
object |
||
| Item |
array<object> |
請求の詳細。 |
|
|
object |
|||
| RoundDownDiscount |
string |
切り捨てられた割引額。 |
0 |
| Item |
string |
請求タイプ。有効な値:
|
PayAsYouGoBill |
| Currency |
string |
通貨。有効な値:
|
CNY |
| SubscriptionType |
string |
サブスクリプションタイプ。有効な値:
|
Subscription |
| DeductedByCashCoupons |
number |
現金クーポンによって差し引かれた金額。 |
0 |
| BillAccountName |
string |
請求が属するアカウントの名前。 |
test@test.aliyunid.com |
| BizType |
string |
ビジネスタイプ。 |
trusteeship |
| DeductedByCoupons |
number |
クーポンによって差し引かれた金額。 |
0 |
| OutstandingAmount |
number |
未決済額またはクレジットで決済された額。これは、一般ユーザの支払い遅延、またはクレジットベースのユーザーが消費したクレジットである可能性があります。 |
0 |
| PipCode |
string |
プロダクトコード。これは、ユーザーセンターの請求書のプロダクトコードと同じです。 |
rds |
| PretaxAmount |
number |
税引前金額。 |
100 |
| ProductName |
string |
プロダクト名。 |
Nat网关 |
| CommodityCode |
string |
商品コード。これは、ユーザーセンターのプロダクト詳細コードと同じです。 |
rds |
| AdjustAmount |
number |
クレジット返金から差し引かれた金額。 |
0 |
| ProductDetail |
string |
プロダクトの詳細。 |
NAT Gateway (Pay-As-You-Go) |
| OwnerID |
string |
請求オーナーの ID。 |
1222 |
| DeductedByPrepaidCard |
number |
プリペイドカードによって差し引かれた金額。 |
0 |
| ProductType |
string |
プロダクトタイプ。 |
rds |
| InvoiceDiscount |
number |
割引額。 |
0 |
| PaymentAmount |
number |
現金で支払われた金額。これには、クレジット返金から差し引かれた金額が含まれます。 |
100 |
| BillAccountID |
string |
請求が属するアカウントの ID。 |
185766xxxx |
| PretaxGrossAmount |
number |
元の金額。 |
100 |
| CashAmount |
number |
現金で支払われた金額。これには、クレジット返金から差し引かれた金額は含まれません。 |
0 |
| ProductCode |
string |
プロダクトコード。 |
rds |
例
成功レスポンス
JSONJSON
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "BCB1E1BC-05BF-4217-80EE-BF09A29407BA",
"Success": true,
"Data": {
"BillingCycle": "2020-03",
"AccountID": "185766xxxx",
"AccountName": "test@test.aliyunid.com",
"Items": {
"Item": [
{
"RoundDownDiscount": "0",
"Item": "PayAsYouGoBill",
"Currency": "CNY",
"SubscriptionType": "Subscription",
"DeductedByCashCoupons": 0,
"BillAccountName": "test@test.aliyunid.com",
"BizType": "trusteeship",
"DeductedByCoupons": 0,
"OutstandingAmount": 0,
"PipCode": "rds",
"PretaxAmount": 100,
"ProductName": "Nat网关",
"CommodityCode": "rds",
"AdjustAmount": 0,
"ProductDetail": "NAT Gateway (Pay-As-You-Go)",
"OwnerID": "1222",
"DeductedByPrepaidCard": 0,
"ProductType": "rds",
"InvoiceDiscount": 0,
"PaymentAmount": 100,
"BillAccountID": "185766xxxx",
"PretaxGrossAmount": 100,
"CashAmount": 0,
"ProductCode": "rds"
}
]
}
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。