Generate and download Tax Authority export as ZIP
Generates the export and returns it as a downloadable ZIP file containing:
- INI.TXT: Metadata file
- BKMVDATA.zip: Compressed data file
The download filename follows the Tax Authority naming convention:
OPENFRMT_<VAT_NUMBER>_<YEAR>.zip
Date Range Options:
- Use
yearfor a full calendar year export (Jan 1 - Dec 31) - Use
fromDateandtoDatefor a custom date range
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
Tax year (YYYY) - for full calendar year export
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
Include B100 journal entry records
Include B110 chart of accounts records
Include M100 inventory records
Skip document validation (use with caution - for testing only)
Response Body
application/zip
curl -X GET "https://example.com/uniform-export/download""string"
