me
as the value of the accountId
path parameter. To list a sub account's invoices, provide the account ID of the sub account in the accountId
path parameter.billing:master
Heavy
accountId
) every five minutes until the daily limit is reached. This API has a daily limit of 6 requests per account(accountId
).curl --location --request GET 'http://api.zoom.us/v2/accounts//billing/invoices'
{
"currency": "USD",
"invoices": [
{
"balance": 2039,
"due_date": "2020-08-07",
"id": "2c92c12348d07e0580",
"invoice_date": "2020-08-07",
"invoice_number": "S8INsdf4534000001",
"status": "Draft",
"target_date": "2020-08-07",
"tax_amount": 0,
"total_amount": 2039
}
]
}
yyyy-mm-dd
format. The date range defined by the “from” and “to” parameters should not exceed one year. The range defined should fall within the past three years.yyyy-mm-dd
format【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通