HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
API Reference
These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Executes a PartyMerge operation

Executes an operation of PartyMerge

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"
    }
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!