API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/daily-closings

POST/v1/daily-closings

Close the calling user’s workday for a given date. Evaluates all guards under the effective policy; block-severity failures without an override are rejected with 422.

Datenmodell

Diese Operation arbeitet auf der Entität Daily Closing (daily_closing). Alle 12 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.

  • Pflichtfelder: userId, date, policyId, closedAt
  • Server-verwaltet: _id, schema, schemaVersion, tenantId, version, createdAt, updatedAt, createdBy, updatedBy, deletedAt, deletedBy, policyId, guardResults, closedAt, supersededAt, supersededBy, supersededRefId, recapId — diese Felder vergibt die Plattform; im Request werden sie verworfen.

Request Body

NameTypBeschreibung
dateerforderlichstring<date>
orgUnitIdstring
notesstring
overridesobject[]

Beispiel

curl -X POST https://api.codemeta-os.de/v1/daily-closings \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "date": "string",
  "orgUnitId": "string",
  "notes": "string",
  "overrides": []
}'
const result = await cm.daily-closings.post({
  "date": "string",
  "orgUnitId": "string",
  "notes": "string",
  "overrides": []
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche