Associations

The following operations are available for this resource.

Http Verb Operation
Get CRM/Associations/{associationId} Get details of an association.
GET Method: Get, URL: CRM/Associations/{associationId} Test

Get details of an association.

GetAll CRM/Associations?constituentId={constituentId}&associatedConstituentId={associatedConstituentId}&startActiveDate={startActiveDate}&endActiveDate={endActiveDate} Get details of all the association of the specified constituent id or get all the associations of the specified associated constituent id. If both constituent id and associated constituent id are specified get all the associations between them. To filter the associations that are active within certain date then pass values for start date and end date.
GET Method: GetAll, URL: CRM/Associations?constituentId={constituentId}&associatedConstituentId={associatedConstituentId}&startActiveDate={startActiveDate}&endActiveDate={endActiveDate} Test

Get details of all the association of the specified constituent id or get all the associations of the specified associated constituent id. If both constituent id and associated constituent id are specified get all the associations between them. To filter the associations that are active within certain date then pass values for start date and end date.

Create CRM/Associations Create a new association.
POST Method: Create, URL: CRM/Associations Test

Create a new association.

Update CRM/Associations/{associationId} Update a association.
PUT Method: Update, URL: CRM/Associations/{associationId} Test

Update a association.

Delete CRM/Associations/{associationId} Delete a association.
DELETE Method: Delete, URL: CRM/Associations/{associationId} Test

Delete a association.