v3
OpenAPI 3.1.02026-07-311255771.3 MBCustom Endpoints
Write raw DATEV ASCII file
This action allows to send an arbitrary ASCII file directly to DATEV LODAS or Lohn und Gehalt. Kombo adds validation for the file format but not on the content. This action allows you to implement any use case that you might have with DATEV payroll ASCII imports.
post/custom/datev/passthrough
Headers
X-Integration-Idstring required
ID of the integration you want to interact with.
Request body
Example request
{
"file_name": "Stammdaten.txt"
}Response
POST /custom/datev/passthrough Positive response
Example response
{
"data": {}
}