DATEV-Integration
Lohnarten-Zuordnungen aktualisieren
Bulk upsert: syncs the full set of mappings for one provider.
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Request-Body
application/json
TypeScript-Definitionen
TypeScript-Typ für request body.
Response-Body
application/json
application/json
application/json
curl -X PUT "https://example.com/datev/lohnart-mappings" \ -H "Content-Type: application/json" \ -d '{ "mappings": [ { "time_category": "string", "lohnart_nummer": "string", "label": "string" } ] }'{ "data": [ { "id": "string", "provider": "string", "time_category": "string", "absence_type_id": "string", "lohnart_nummer": "string", "ausfall_schluessel": "string", "label": "string" } ]}