Hub Persons REST Endpoints

Hub Persons
The hub person resource is used to view, create, update, and delete person. An person is an entity with whom you have a business relationship.
Create a person
Method: post
Path: /crmRestApi/resources/11.13.18.05/hubPersons
Delete a person
Method: delete
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}
Find duplicates
Method: post
Path: /crmRestApi/resources/11.13.18.05/hubPersons/action/findDuplicates
Get a person
Method: get
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}
Get all persons
Method: get
Path: /crmRestApi/resources/11.13.18.05/hubPersons
Update a person
Method: patch
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}