Unify and manage your data

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]
The request uses the DTSS URL and requires the following query parameters:
  • dataEntityUri: URI of the entity in the Data Tenant
  • customerEntityUri: URI of the entity in the Customer Tenant
The request headers must include the authorization token, content type, and the tenant IDs for both the DT and CT.
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.
Both real-time and batch modes are enabled by default.