Accounting Exports Mutations

CreateAccountingExport

Create an accounting export

Parameters

input - AccountingExportInput
Data of the accounting export
mutation CreateAccountingExport($input: AccountingExportInput!) {
  CreateAccountingExport(input: $input)
}
{
  "input": {
    "date_from": "2025-01-01",
    "date_to": "2025-03-31"
  }
}
{
  "data": {
    "CreateAccountingExport": "https://cdn.example.com/exports/accounting-export-2025-03-31.pdf"
  }
}

AccountingExportInput data type

FieldTypeDescription
date_fromDateStart date of the export period.
date_toDateEnd date of the export period.
timezoneString!Timezone for the export (required).