Duplicate Parties REST Endpoints

Hub Organizations/Duplicate Parties
The duplicate parties resource is used to view, create, and delete all the duplicate parties for the given organization.
Create a duplicate party
Method: post
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/DuplicateParty
Delete a duplicate party
Method: delete
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/DuplicateParty/{PartyNumber2}
Get a duplicate party
Method: get
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/DuplicateParty/{PartyNumber2}
Get all duplicate parties
Method: get
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/DuplicateParty
Update a linked party
Method: patch
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/DuplicateParty/{PartyNumber2}