Manual merge API
Learn more about using the DTSS Manual merge API to force a match and subscription between entities in the Data Tenant and Customer Tenant.
Request
Use the Manual Merge API request to force a merge between a Data Tenant (DT) record and a Customer Tenant (CT) record.
POST {DTSSURL}/entities/_merge?dataEntityUri=[dtUri]&customerEntityUri=[ctUri]
- dataEntityUri: URI of the entity in the Data Tenant
- customerEntityUri: URI of the entity in the Customer Tenant
- Entity Subscription
- After the merge, the records are considered subscribed, linking the DT entity to the corresponding entity in the CT.
Subscriptions can be created in two modes:
- Real-time mode: Uses the DT queue to detect changes in DT and immediately apply them to CT.
- Batch (pull) mode: Applies updates from DT to CT in bulk. This mode is typically used after large data loads or periodic updates from third-party providers.