v3

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

payroll_monthstring date-time required

Specify the month for which the payroll data should be submitted. The date must be specified as the first day of a month (e.g. 2022-12-01).

Response

POST /custom/datev/push-data/payroll Positive response

status'success' required

Example response

{
  "data": {
    "files": [
      {
        "name": "EXTF_Bewegungsdaten.csv",
        "content": "EXTF;700;21;Bewegungsdaten;..."
      }
    ]
  }
}