Create billing report export
Submits an async request to generate a rolling 3-month bookkeeping billing report (XLSX) for the authenticated client. Returns immediately with an export resource; poll GET /v1/exports/ or subscribe to export.completed / export.failed webhooks for completion.
202 Accepted with an Export resource.
Poll Fetch export or subscribe to export.completed / export.failed webhooks. See Generating async reports.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Parameters for requesting a rolling 3-month bookkeeping billing report.
Ending month (1-12) of the rolling 3-month billing window.
1 <= x <= 12Ending year of the rolling 3-month billing window.
Optional P&L structure template used when calculating trailing revenue. Defaults to the client's industry default.
DEFAULT, TRUCKING, MEDSPA, MEDSPA_NO_LICENSING, CITRUS, CITRUS_NO_LICENSING, FLORIST Response
Export request accepted and generation started.
An async export request and its current status.