文档中心 > 查询账单总览
查询账单总览

最近更新时间:2021-09-17

接口路径

https://api.unicloud.com/expense

接口名

QueryBillOverview

描述

查询用户某个账期内账单总览信息。

请求参数

名称类型是否必填说明
ActionString要执行的操作,取值:QueryBillOverview
BillPeriodString账期,YYYY-MM。样例:2019-06

返回参数

名称类型说明
ProductCategoryString产品名称
AmountPayableString账单金额
AmountFinalString应付金额
AmountPaidString实付金额
AmountCashString余额支付
AmountCardString三方支付
AmountVouchersString体验券支付
AmountOfflineString线下支付
AmountUnclearedString欠费金额
AmountRefundString退款金额

请求示例

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错误码错误信息描述
400MissingParameterThe specified parameter xx is mandatory for this request.指定的参数未设置。
400InvalidParameterThe specified moduleCode is not valid.指定的参数不合法。
500SystemErroSystem Error系统错误