v3

OpenAPI 3.1.02026-07-311255771.3 MB
Custom Endpoints

Get DATEV system information

This endpoint returns BeraterNr (consultant_number), MandantenNr (client_number) and the payroll system (LODAS or Lohn und Gehalt). Useful to generate a DATEV ASCII file for the passthrough endpoint.

get/custom/datev/system-information

Headers

X-Integration-Idstring required

ID of the integration you want to interact with.

Response

GET /custom/datev/system-information Positive response

status'success' required

Example response

{
  "data": {
    "consultant_number": 1234567,
    "client_number": 99999,
    "target_system": "LODAS"
  }
}