Download bulk JE upload template

GET /api/v1/journal-entries/bulk-upload/template

Get a bulk journal entry XLS template pre-populated with the business's chart of accounts.

Operation ID: download_bulk_je_upload_template_api_v1_journal_entries_bulk_upload_template_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

200 Successful Response

template_name string required

Template identifier.

csv_content_stringified string

CSV content as string.

csv_content_object array · object

CSV parsed as JSON array.

csv_content_base64 string

Base64-encoded CSV for direct download.

xls_content_base64 string

Base64-encoded XLS/XLSX for direct download.

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object