Download sub accounts' billing invoice reports

GET {{baseUrl}}/accounts/billing/invoice_reports/:invoiceReportId?download=<boolean>

Use this API to download a Zoom sub accounts' billing invoice reports.

one request to this API every 1 second .

Scopes: billing:master

Rate Limit Label : Heavy

Request Params

| Key | Datatype | Required | Description | | download | string | | (Required) |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;start_date&quot;:&quot;\u003cdate\u003e&quot;,&quot;end_date&quot;:&quot;\u003cdate\u003e&quot;,&quot;accounts_total_number&quot;:&quot;\u003cinteger\u003e&quot;,&quot;remaining_days&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status&quot;:&quot;Processing&quot;}