Uploads the currently relevant general data (employees, compensations, and time offs) to DATEV. This will create so called ASCII files that the accountant has to import in DATEV. You can call this endpoint to implement an on-demand sync to DATEV, for example if you want to offer your users a button to do that in your application.
Documentation Index
Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
Use this file to discover all available pages before exploring further.
ID of the integration you want to interact with.
POST /custom/datev/push-data/general Request body
The body is of type object.
POST /custom/datev/push-data/general Positive response
"success"{
"files": [
{
"name": "EXTF_Stammdaten.csv",
"content": "EXTF;700;21;Stammdaten;..."
}
]
}These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.