POST /v1/time-accounts/{accountId}/close-monthPOST/v1/time-accounts/{accountId}/close-month Close a month for a time account (ADR 0036b Phase 10) Datenmodell Diese Operation arbeitet auf der Entität Time Account (time_account). Alle 14 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz. Request Body NameTypBeschreibungyearerforderlichintegermontherforderlichinteger Pfad-Parameter NameTypBeschreibungaccountIderforderlichstring Beispiel curl -X POST https://api.codemeta-os.de/v1/time-accounts/{accountId}/close-month \ -H "X-Tenant-Id: $TENANT" \ -H "Content-Type: application/json" \ -b cookies.txt \ -d '{ "year": 0, "month": 0 }'const result = await cm.time-accounts.post({ "year": 0, "month": 0 }); Antwortcodes HTTP Bedeutung 200 Default Response