latestOpenAPI 3.0.02026-08-11800117.9 KB

6687ff8993a0

Capabilities

entities.merge

Merge multiple legal 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 legal entity to keep as the canonical record

mergeEntityIdsKeepEntityId[] required— unresolved $ref

IDs of legal 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
}