最近更新时间:2021-09-17
https://api.unicloud.com/expense
QueryBillOverview
查询用户某个账期内账单总览信息。
| 名称 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| Action | String | 是 | 要执行的操作,取值:QueryBillOverview |
| BillPeriod | String | 是 | 账期,YYYY-MM。样例:2019-06 |
| 名称 | 类型 | 说明 |
|---|---|---|
| ProductCategory | String | 产品名称 |
| AmountPayable | String | 账单金额 |
| AmountFinal | String | 应付金额 |
| AmountPaid | String | 实付金额 |
| AmountCash | String | 余额支付 |
| AmountCard | String | 三方支付 |
| AmountVouchers | String | 体验券支付 |
| AmountOffline | String | 线下支付 |
| AmountUncleared | String | 欠费金额 |
| AmountRefund | String | 退款金额 |
Action=QueryBillOverview &BillPeriod=2019-06 &其他公共参数
"Item": [
{ " ProductCategory ": "云主机", " AmountPayable ": "10.5600", " AmountFinal": "10.5600", " AmountPaid ": "58.2500", " AmountCash ": "0.0000", " AmountCard ": "0.0000", " AmountVouchers ": "0.0000", " AmountOffline ": "0.0000", " AmountUncleared ": "0.0000", " AmountRefund ": "0.0000"
}
]| HttpCode | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
| 400 | MissingParameter | The specified parameter xx is mandatory for this request. | 指定的参数未设置。 |
| 400 | InvalidParameter | The specified moduleCode is not valid. | 指定的参数不合法。 |
| 500 | SystemErro | System Error | 系统错误 |