post https://yourorgsite.com/api/PartyDuplicate/_execute
Executes an operation of PartyDuplicate
With the PartyDuplicate service, you can perform the following operation on the execute endpoint:
- Duplicate
Duplicate
BODY PARAMS:
{
"$type": "Asi.Soa.Membership.DataContracts.PartyDuplicateRequest, Asi.Contracts",
"EntityTypeName": "PartyDuplicate",
"OperationName": "Duplicate",
"NotDuplicatePartyIds": [
"string value"
],
"DuplicatePartyGroupCode": "string value",
"DuplicateRuleSetCode": "string value",
"DuplicateTask": {
"$type": "Asi.Soa.Membership.DataContracts.PartyDuplicateTaskData, Asi.Contracts"
}
}