ExportCreateDto
constructor(outputFormats: List<ExportOutputFormatsEnum>, criteria: ListDocumentsCriteriaDto, locale: String? = null)
Parameters
outputFormats
Indicates which formats should be generated. Valid values are: * 'csv' - indicates a comma separated file should be produced summarizing the exported data * 'xlsx' - indicates an excel spreadsheet should be produced summarizing the exported data * 'pdf' - indicates individual documents should be exported to a PDF file
criteria
locale
Allows you to specify the locale in which the response should be returned. It must be a supported value from the list of locale-codes, which can be obtained by going to /lookups/locales. It defaults to the user's locale.