VUZDevelopers

Generate Export Summary PDF (Form 5.4)

GET
/uniform-export/reports/export-summary

Generates a PDF report showing the summary of an export operation. This is Form 5.4 as required by the Israeli Tax Authority.

Report Contents:

  • Business details (VAT number, name)
  • Output path and date range
  • Record counts by type (A100, B100, B110, C100, D110, D120, M100, Z900)
  • 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/export-summary?fromDate=2024-01-01&toDate=2024-12-31"
Empty