SIE4E
Command, Introduced in version 23.9
POST https://localhost:8001/sv/001.1/api/v1/Accounting/Exports/SIE4E
Creates a SIE 4E export.
Returns AccountingExportResponse
Required permission
Perform export
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Settings | AccountingExportSettings | The settings for the export.
|
|
ExportBalances | Boolean? | Decides if balances should be exported.
|
Example
{
"Settings": null,
"ExportBalances": null
}