Monatsabschluss
Monat wieder öffnen
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
yearMonth*string
Response-Body
application/json
application/json
curl -X POST "https://example.com/payroll/periods/string/reopen"{ "data": { "id": "string", "year_month": "string", "status": "string", "closed_by": "string", "closed_at": "string", "reopened_by": "string", "reopened_at": "string", "note": "string" }}