Stampfactory
Dokumentation
DATEV-Integration

Export durchführen

Generate BWD file and upload to DATEV.

POST
/datev/export/{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 POST "https://example.com/datev/export/0/0"
{  "data": {    "id": "string",    "job_id": "string",    "import_file_type": "string",    "target_system": "string",    "payroll_accounting_month": "string",    "status": "string",    "transfer": "string",    "granularity": "string",    "error_message": "string",    "employee_count": "string",    "uploaded_at": "string",    "last_status_check_at": "string",    "created_at": "string"  }}