v3
OpenAPI 3.1.02026-07-311255771.3 MBCustom Endpoints
Push payroll data to DATEV
Uploads the currently relevant payroll data (supplements) to DATEV. This will create so called ASCII files that the accountant has to import in DATEV. After finishing the payroll preparation or after correcting payroll, you can call this.
post/custom/datev/push-data/payroll
Headers
X-Integration-Idstring required
ID of the integration you want to interact with.
Request body
Response
POST /custom/datev/push-data/payroll Positive response
Example response
{
"data": {
"files": [
{
"name": "EXTF_Bewegungsdaten.csv",
"content": "EXTF;700;21;Bewegungsdaten;..."
}
]
}
}