OpenAPI 3.0.02026-07-31800117.7 KB

da17f0eb65a2

Capabilities

entities.merge

Merge multiple business entities into one. Reassigns all linked documents to the kept entity, adds merged entity names as aliases, and deletes the duplicates.

post/capabilities/entities.merge

Request body

keepEntityIdstring required

ID of the business entity to keep as the canonical record

mergeEntityIdsKeepEntityId[] required— unresolved $ref

IDs of business entities to merge into the kept entity. Their names become aliases and linked documents are reassigned.

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}