Generate Trial Balance PDF (מאזן בוחן)
Generates a Trial Balance (מאזן בוחן תנועות) PDF report. This is required by the Israeli Tax Authority for accounting software.
Report Contents:
- Business details (VAT number, name)
- Date range
- Account balances (opening, period movements, closing)
- Total debits and credits
- Balance status (balanced/unbalanced)
- Software information and export timestamp
X-Api-Key<token>
Business API key, e.g. vuz_ab12cdef... Created via Settings → Integrations → API Keys. Unlike partner keys, a public API key's STRING does not encode its environment — isolation instead comes from a completely separate sandbox database: a key minted on the Sandbox server (above) only ever reads/writes sandbox data and can never see or affect production, regardless of what the key looks like.
In: header
Query Parameters
fromDate*string
toDate*string
Response Body
curl -X GET "https://example.com/uniform-export/reports/trial-balance?fromDate=2024-01-01&toDate=2024-12-31"Empty

