Create analytics_benchmark_contribution
POST/v1/analytics_benchmark_contributions
Create a new analytics_benchmark_contribution in the active tenant.
Datenmodell
Diese Operation arbeitet auf der Entität Analytics Benchmark Contribution (analytics_benchmark_contribution). Alle 5 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.
- Pflichtfelder:
period,sizeClass - Server-verwaltet:
_id,schema,schemaVersion,tenantId,version,createdAt,updatedAt,createdBy,updatedBy,deletedAt,deletedBy,contributedAt— diese Felder vergibt die Plattform; im Request werden sie verworfen.
Beispiel
curl -X POST https://api.codemeta-os.de/v1/analytics_benchmark_contributions \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.analytics_benchmark_contributions.post();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |