DeveloperAPI ReferenceEntitiesMerge
/api/entities/merge
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/entities/merge" \ -H "Content-Type: application/json" \ -d '{ "sourceId": "string", "targetId": "string" }'{
"success": true
}{
"error": "string"
}