Stampfactory
Dokumentation
DATEV-Integration

Export-Vorschau

Preview what will be exported without actually uploading.

GET
/datev/export/preview/{year}/{month}
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

year*integer
month*integer

Response-Body

application/json

application/json

curl -X GET "https://example.com/datev/export/preview/0/0"
{  "entries": [    {      "employee_name": "string",      "personnel_no": "string",      "lines": [        {          "lohnart": "string",          "label": "string",          "value": "string",          "unit": "Std"        }      ],      "hourly_settlement_amount_cents": 0    }  ],  "warnings": [    null  ],  "surcharge_source": "rules"}