The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: CRM/Associations/{associationId} | Test | |
Get details of an association. |
|||
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. |
|||
POST | Method: Create, URL: CRM/Associations | Test | |
Create a new association. |
|||
PUT | Method: Update, URL: CRM/Associations/{associationId} | Test | |
Update a association. |
|||
DELETE | Method: Delete, URL: CRM/Associations/{associationId} | Test | |
Delete a association. |