Contact Points REST Endpoints

Partners/Contact Points
The contact points resource is used to view, create, update, and delete the partner's contact points such as e-mail address, phone number, fax number etc. These contact points can be assiged as a public contact point for the partner. For example, a contact point created for an e-mail address can be assigned as a public e-mail address for the partner.
Create a contact point
Method: post
Path: /crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contactPoints
Delete a contact point
Method: delete
Path: /crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contactPoints/{ContactPointId}
Get a contact point
Method: get
Path: /crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contactPoints/{ContactPointId}
Get all contact points
Method: get
Path: /crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contactPoints
Update a contact point
Method: patch
Path: /crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contactPoints/{ContactPointId}