---
title: "Get DATEV system information"
method: GET
path: "/custom/datev/system-information"
tags: ["Custom Endpoints"]
---

# Get DATEV system information

`GET /custom/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.

## Headers

- `X-Integration-Id` string, required

## Response `200`

GET /custom/datev/system-information Positive response

- GetCustomDatevSystemInformationPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `consultant_number` number, double, required — The consultant number used for this DATEV integration (BeraterNr).
    - `client_number` number, double, required — The client number used for this DATEV integration (MandantenNr).
    - `target_system` 'LODAS' | 'LuG', required — The target system's name (Ziel).

## Other responses

- `default` — The standard error response with just the platform error codes.

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/revisions/149bf44faf1a/schema)
