post https://yourorgsite.com/api/OrganizationMerge/_execute
Executes an operation of OrganizationMerge
With the OrganizationMerge service, you can perform the following operations on the execute endpoint:
- OrganizationMergeRequest
OrganizationMergeRequest
BODY PARAMS:
{
"$type": "Asi.Soa.Membership.DataContracts.OrganizationMergeRequest, Asi.Contracts",
"EntityTypeName": "OrganizationMerge",
"OperationName": "Merge",
"MergeToPartyId": "string value",
"MergeFromPartyId": "string value",
"MergeToId": "string value",
"MergeFromId": "string value",
"DuplicatePartyGroupCode": "string value",
"DuplicateRuleSetCode": "string value",
"MergeTask": {
"$type": "Asi.Soa.Membership.DataContracts.PartyMergeTaskData, Asi.Contracts"
},
"IsPreValidated": false,
"RequestCulture": "string value"
}