- Subcategories:
- Smart Actions
Contact Points REST Endpoints
Partner Contacts/Contact Points
The contact points resource is used to view, create, update, and delete the partner contact's contact points such as e-mail address, phone number, fax number, and so on. These contact points can be assiged as a public contact point for the partner-contact. Such as a contact point created for an e-mail address can be assigned as a public e-mail address for the partner contact.
- Create a contact point
- Method: postPath:
/crmRestApi/resources/11.13.18.05/partnerContacts/{PartyNumber}/child/contactPoints - Delete a contact point
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/partnerContacts/{PartyNumber}/child/contactPoints/{ContactPointId} - Get a contact point
- Method: getPath:
/crmRestApi/resources/11.13.18.05/partnerContacts/{PartyNumber}/child/contactPoints/{ContactPointId} - Get all contact points
- Method: getPath:
/crmRestApi/resources/11.13.18.05/partnerContacts/{PartyNumber}/child/contactPoints - Update a contact point
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/partnerContacts/{PartyNumber}/child/contactPoints/{ContactPointId}