Bulk domain object registration
POST/v1/admin/mapping/customer/:arkId/load-data
Required role: ADMIN
Queries the connected system for existing domain object instances
belonging to the specified customer (arkId) and registers any
unregistered items in the platform. Currently supports CARD only.
Set createUUID to false only when the connected system uses its
own identifiers as platform IDs (legacy deployments). The default
(true) generates a platform UUID for each registered entity and is
the recommended approach for all new deployments.
Note: This endpoint is planned but not yet implemented.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
The requested customer domain objects mapping were created successfully.
Schema validation failed (GEN000000)
Invalid API key (GEN001004) or Tenant context could not be resolved (AUT001001)
Access forbidden — bearer token supplied to an api-key route (GEN022000)
Domain object mapping not found (ADM100008)
Internal server error (GEN100000) or Service error (GEN100001)