API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · datasource_customer_mappings

Datasource Customer Mapping Schema

Schema-ID
datasource_customer_mapping
Collection
datasource_customer_mappings
Permissions
  • Lesendatasource_customer_mapping_view
  • Anlegendatasource_customer_mapping_create
  • Änderndatasource_customer_mapping_edit
  • Löschendatasource_customer_mapping_delete

Felder

Datasource Customer Mapping Schema

datasource_customer_mappings4 Permissions

Mapping configuration for matching external customer identifiers to Codemeta parties

namestringerforderlich

Display name (e.g. "Riverbird Kundenmatching")

1–200 Zeichen
providerstringoptional

Associated provider (e.g. "riverbird", "eset", "acronis")

nullable
descriptionstringoptional
nullable
mappingsobject[]erforderlich
Default: []
externalIdstringerforderlich

External identifier or company name

customerNumberstringerforderlich

Codemeta party customerNumber

partyIdstringoptional

Direct Codemeta party reference

nullable
locationFilterstringoptional

Optional location filter (e.g. for Riverbird)

nullable

Standard-Endpoints

Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:

  • GET /api/v1/datasource_customer_mappings — Liste, paginiert + filterbar
  • GET /api/v1/datasource_customer_mappings/<id> — Einzelne Entity
  • POST /api/v1/datasource_customer_mappings — Anlegen
  • PATCH /api/v1/datasource_customer_mappings/<id> — Teil-Update
  • DELETE /api/v1/datasource_customer_mappings/<id> — Soft-Delete
  • GET /api/v1/datasource_customer_mappings/<id>/timeline — Audit + Aktivitäten

Suche