VUZDevelopers

Generate and download Tax Authority export as ZIP

GET
/uniform-export/download

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 year for a full calendar year export (Jan 1 - Dec 31)
  • Use fromDate and toDate for a custom date range
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

year?number

Tax year (YYYY) - for full calendar year export

fromDate?string

Start date (YYYY-MM-DD)

toDate?string

End date (YYYY-MM-DD)

includeJournalEntries?boolean

Include B100 journal entry records

includeChartOfAccounts?boolean

Include B110 chart of accounts records

includeInventory?boolean

Include M100 inventory records

skipValidation?boolean

Skip document validation (use with caution - for testing only)

Response Body

application/zip

curl -X GET "https://example.com/uniform-export/download"
"string"