Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Code Block
languagexml
    <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