- Subcategories:
- Smart Actions
Relationships REST Endpoints
Contacts/Relationships
The relationships resource is used to view, create, and update contact relationships. A contact relationship is the interconnection between parties, such as employee or board member.
- Create a relationship
- Method: postPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Relationship
- Delete a relationship
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Relationship/{RelationshipRecId}
- Get a relationship
- Method: getPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Relationship/{RelationshipRecId}
- Get all relationships
- Method: getPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Relationship
- RelationshipEO_setPreferredContactId
- Method: postPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Relationship/{RelationshipRecId}/action/RelationshipEO_setPreferredContactId
- Update a relationship
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Relationship/{RelationshipRecId}