Export
Export invoice
Export all invoices as csv
get/Export/invoiceCsv
Query parameters
downloadboolean
{
"sevQuery[objectName]": "SevQuery",
"sevQuery[modelName]": "Invoice"
}Response
Successful operation without download
Example response
{
"objects": {
"filename": "invoices.csv",
"mimetype": "text/csv",
"base64Encoded": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.