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: postPath:
/crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/DuplicateParty - Delete a duplicate party
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/DuplicateParty/{PartyNumber2} - Get a duplicate party
- Method: getPath:
/crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/DuplicateParty/{PartyNumber2} - Get all duplicate parties
- Method: getPath:
/crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/DuplicateParty - Update a linked party
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/DuplicateParty/{PartyNumber2}