Generate financial reports
Generates comprehensive financial statements for an entity, including balance sheet, income statement, and cash flow statement
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
entityId
The ID of the entity to generate reports for
month
Month number (1-12) for the report period
year
Year for the report period (e.g., 2024)
startDate
Start date for filtering transactions (ISO 8601 format)
endDate
End date for filtering transactions (ISO 8601 format, defaults to current date)
type
Type of report to generate
Allowed values:
ledgerId
Optional ledger ID (if not provided, will use entityId)
Response
Reports generated successfully
reportPeriod
balanceSheet
incomeStatement
cashFlowStatement
reconciliation
pdf_urls