Generate an account report
Reports
Create Account Report API
Generate a Breezing account report showing balance sheet movements by GL account for the period, with opening balances, debits, and credits.
POST
Generate an account report
Query Parameters
Organization ID. Use GET /v1/companies to discover available org/company pairs.
Example:
"1"
Company ID. Use GET /v1/companies to discover available companies and their access levels.
Example:
"1"
Body
application/json
Report name shown in the reports list.
Required string length:
1 - 200Period start (unix ms).
Required range:
x > 0Period end (unix ms). Must be >= dateFrom.
Required range:
x > 0Optional free-text description.
Maximum string length:
2000Compare each account against the Xero or QuickBooks trial balance and flag differences. Silently ignored unless the chosen platform is linked.
Available options:
xero, qbo Last modified on July 10, 2026