Get billing invoice reports
GET {{baseUrl}}/report/billing/invoices?billing_id=<string>
Get department billing invoices reports for a specific billing period. Provide the billing_id
of the billing period for which you would like to retrieve the invoices for. This ID can be retrieved from Get Billing Reports API.
Prerequisites:
- Pro or a higher account with Department Billing option enabled. Contact the Zoom Support team to enable this feature.
Scopes: report:read:admin
Rate Limit Label: Heavy
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
billing_id | string | (Required) Unique Identifier of the Billing Report. Retrieve this ID from the response of Get Billing Reports API request. |
|
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"currency":"\u003cstring\u003e","invoices":[{"end_date":"\u003cdate\u003e","invoice_charge_name":"\u003cstring\u003e","invoice_number":"\u003cstring\u003e","quantity":"\u003cinteger\u003e","start_date":"\u003cdate\u003e","tax_amount":"\u003cstring\u003e","total_amount":"\u003cstring\u003e"},{"end_date":"\u003cdate\u003e","invoice_charge_name":"\u003cstring\u003e","invoice_number":"\u003cstring\u003e","quantity":"\u003cinteger\u003e","start_date":"\u003cdate\u003e","tax_amount":"\u003cstring\u003e","total_amount":"\u003cstring\u003e"}]}