AccountingExportResponse
Type, Introduced in version 23.9
The response object used by accounting exports.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
CommandName | String | The name of the command that was invoked. |
|
Name | String | The name of the accounting exporter. |
|
Data | String | The accounting export data represented as a Base64 string. |
Example
{
"CommandName": null,
"Name": null,
"Data": null
}