AccountingExportSettings
Type, Introduced in version 23.9
Specifies the settings to apply to an accounting export.
Used by the following commands:
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
AccountingYearId | Int64? | The business key identifier of the accounting year to export.
|
|
BudgetTypeId | Int64? | The business key identifier of the budget type to export.
|
|
IncludePreviousYear | Boolean? | Decides if balances for the previous year should be included in the export.
|
|
ExportBlankVoucherNumbers | Boolean? | Decides if voucher series and voucher numbers should be emptied (made blank) in the file at the export. This allows the receiver to import to any series.
|
|
Comment | String | The comment text for the export. |
|
VoucherDateSelection | VoucherDateSelection | The voucher date selection for the export. If null all voucher dates in the selected accounting year will be exported. |
|
VoucherSeriesSelection | VoucherSeriesSelection | The voucher series selection for the export. If null all voucher series in the selected accounting year will be exported. |
|
VoucherNumberSelection | VoucherNumberSelection | The voucher number selection for the export. If null all voucher numbers in the selected accounting year will be exported. |
Example
{
"AccountingYearId": null,
"BudgetTypeId": null,
"IncludePreviousYear": null,
"ExportBlankVoucherNumbers": null,
"Comment": null,
"VoucherDateSelection": null,
"VoucherSeriesSelection": null,
"VoucherNumberSelection": null
}