Generate sub accounts' billing invoice reports
POST {{baseUrl}}/accounts/billing/invoice_reports
Use this API to generate sub account invoice reports.
This API can only be used by master accounts that pay all billing charges of their associated Pro or higher sub accounts. Zoom only allows approved partners to use Master account API and manage sub accounts' billing information. Email the partner programs team at partner-success@zoom.us for more details.
one request to this API every 3 minutes . * This API has a daily limit of 100 requests per account .
Prerequisites:
- A Pro or a higher plan with the
Master account option enabled.
- The sub account
must be a paid account whose billing charges are paid by its Master account.
Scopes:
billing:master
Rate Limit Label
:
Heavy
Request Body
{"start_date"=>"<string>", "end_date"=>"<string>", "account_ids"=>["<string>", "<string>"]}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"id":"\u003cstring\u003e","start_date":"\u003cdate\u003e","end_date":"\u003cdate\u003e","accounts_total_number":"\u003cinteger\u003e","remaining_days":"\u003cinteger\u003e","status":"Processing"}