Contacts REST Endpoints

Contacts
The contacts resource is used to view, create, update, and delete a contact. A contact is an individual who is a customer or a prospect, or a contact for an existing customer or a consumer, or a contact that does not yet have an established business association with a customer or a consumer.
Create a contact
Method: post
Path: /crmRestApi/resources/11.13.18.05/contacts
Delete a contact
Method: delete
Path: /crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}
Find duplicates
Method: post
Path: /crmRestApi/resources/11.13.18.05/contacts/action/findDuplicates
Get a contact
Method: get
Path: /crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}
Get all contacts
Method: get
Path: /crmRestApi/resources/11.13.18.05/contacts
Update a contact
Method: patch
Path: /crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}