v3

latestOpenAPI 3.1.02026-07-311255771.3 MB
Custom Endpoints

Push general data to DATEV

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.

post/custom/datev/push-data/general

Headers

X-Integration-Idstring required

ID of the integration you want to interact with.

Request body

PostCustomDatevPushDataGeneralRequestBody required

Response

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

status'success' required

Example response

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