POST /v1/phone-calls/bulk-import
POST/v1/phone-calls/bulk-import
CodeMeta OS API endpoint.
Datenmodell
Diese Operation arbeitet auf der Entität Phone Call (phone_call). Alle 47 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.
Request Body
| Name | Typ | Beschreibung |
|---|---|---|
records | object[] | |
starfaceEvents | object[] | |
legacyCalls | object[] |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/phone-calls/bulk-import \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"records": [],
"starfaceEvents": [],
"legacyCalls": []
}'const result = await cm.phone-calls.post({
"records": [],
"starfaceEvents": [],
"legacyCalls": []
});Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |