cURL
curl --request GET \ --url https://api.kombo.dev/v1/custom/datev/system-information \ --header 'Authorization: Bearer <token>' \ --header 'X-Integration-Id: <x-integration-id>'
200
example1
{ "status": "success", "data": { "consultant_number": 1234567, "client_number": 99999, "target_system": "LODAS" }}
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.
Create an API key on the Secrets page in the Kombo dashboard.
ID of the integration you want to interact with.
GET /custom/datev/system-information Positive response
"success"
Show child attributes
The consultant number used for this DATEV integration (BeraterNr).
1000 <= x <= 9999999
The client number used for this DATEV integration (MandantenNr).
1 <= x <= 99999
The target system's name (Ziel).
LODAS
LuG
Was this page helpful?