Monatsabschluss
Monat abschließen
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
yearMonth*string
Request-Body
application/json
TypeScript-Definitionen
TypeScript-Typ für request body.
Body of POST /rest/payroll/periods/{yearMonth}/close — an optional note kept with the closing record.
Response-Body
application/json
application/json
application/json
curl -X POST "https://example.com/payroll/periods/string/close" \ -H "Content-Type: application/json" \ -d '{}'{ "data": { "id": "string", "year_month": "string", "status": "string", "closed_by": "string", "closed_at": "string", "reopened_by": "string", "reopened_at": "string", "note": "string" }, "warnings": [ "string" ]}