- Subcategories:
 - Smart Actions
 
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: postPath:
/crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contactPoints - Delete a contact point
 - Method: deletePath:
/crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contactPoints/{ContactPointId} - Get a contact point
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contactPoints/{ContactPointId} - Get all contact points
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contactPoints - Update a contact point
 - Method: patchPath:
/crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contactPoints/{ContactPointId}