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