Data export
Export invoice information
This endpoint allows you to download any set of invoices (either sales or expenses) from your company
Additional filters (with same parameters as for listing invoices) may be applied to reduce the amount of documents requested.
get/export
Query parameters
exportFileType'Excel' | 'JPK_FA' | 'PDF' required
Example:Excel
Defines the output file type of export; JPK_FA is only available for SALES
exportType'SALES' | 'PROCESSED_EXPENSES' required
Example:SALES
Defines the dataset for our export
Response
Returns a pre-signed URL with requested data file
Example response
{
"result": "OK"
}