VUZDevelopers

Generate Document Summary PDF (Form 2.6)

GET
/uniform-export/reports/document-summary

Generates a PDF report showing document counts and totals by document type. This is Form 2.6 as required by the Israeli Tax Authority.

Report Contents:

  • Business details (VAT number, name)
  • Date range
  • All document types with counts and totals (field 1223)
  • Grand totals
  • Software information and export timestamp

Document Types Included: 100 (הזמנה), 200 (תעודת משלוח), 305 (חשבונית מס), 320 (חשבונית מס/קבלה), 330 (זיכוי), 400 (קבלה), and all other Tax Authority document types.

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/document-summary?fromDate=2024-01-01&toDate=2024-12-31"
Empty