v3

OpenAPI 3.1.02026-07-311255771.3 MB
Custom 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

file_contentstring required
accounting_monthstring date-time required

YYYY-MM-DDTHH:mm:ss.sssZ

target_system'LODAS' | 'LuG' required
file_type'STAMMDATEN' | 'BEWEGUNGSDATEN' required
file_namestring required

Example request

{
  "file_name": "Stammdaten.txt"
}

Response

POST /custom/datev/passthrough Positive response

status'success' required
dataobject required

Example response

{
  "data": {}
}