linkPersons

linkPersons

The linkPersons method links two person records together as identified by the parameters PersonLink. The PersonLink parameter provides references to the two individual person records that must be linked together.

Method

The method uses the PUT HTML method.

Input

The input to the method is PersonLink which must provide references to the unique identifiers of the two person records that must be linked together. NOTE: We highly recommend that you don't make use of this method to create links between records. Links should only be created by the system itself using the configuration of the matching algorithm that is specified.

    <personLink>
        <linkSource>
            <linkSourceId>3</linkSourceId>
        </linkSource>
        <personLeft>
            <personId>5666</personId>
        </personLeft>
        <personRight>
            <personId>2984</personId>
        </personRight>
        <weight>45.22739470532143</weight>
    </personLink>


Output

The output is void if the two persons linked or throw an response status as Not Modified