Contact Points REST Endpoints

Hub Persons/Contact Points
The contact points resource is used to view, create, update, and delete a contact point. It is an object that includes attributes used to store values while creating or updating the contact point. The contact point describes the types of contact points. For example, phone, email, or web.
Create a contact point
Method: post
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/ContactPoint
Delete a contact point
Method: delete
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/ContactPoint/{ContactPointId}
Get a contact point
Method: get
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/ContactPoint/{ContactPointId}
Get all contact points
Method: get
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/ContactPoint
Update a contact point
Method: patch
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/ContactPoint/{ContactPointId}