Affiliations

The following operations are available for this resource.

Http Verb Operation
Get CRM/Affiliations/{affiliationId} Get details of an affiliation.
GET Method: Get, URL: CRM/Affiliations/{affiliationId} Test

Get details of an affiliation.

GetAll CRM/Affiliations?individualConstituentId={individualConstituentId}&groupConstituentId={groupConstituentId}&startActiveDate={startActiveDate}&endActiveDate={endActiveDate}&primaryOnly={primaryOnly}&showWithGroup={showWithGroup} Get details of all the affiliation of the specified individual constituent id or get all the affiliations of the specified group constituent id. If both individual constituent id and group constituent id are specified get all the affiliations between them. To filter the affiliations that are active within certain date then pass values for start date and end date.To fetch primary affiliations alone pass primaryOnly=true. To limit the associations returned to those that are primary or that are marked as showWithGroup, pass showWithGroup=true.
GET Method: GetAll, URL: CRM/Affiliations?individualConstituentId={individualConstituentId}&groupConstituentId={groupConstituentId}&startActiveDate={startActiveDate}&endActiveDate={endActiveDate}&primaryOnly={primaryOnly}&showWithGroup={showWithGroup} Test

Get details of all the affiliation of the specified individual constituent id or get all the affiliations of the specified group constituent id. If both individual constituent id and group constituent id are specified get all the affiliations between them. To filter the affiliations that are active within certain date then pass values for start date and end date.To fetch primary affiliations alone pass primaryOnly=true. To limit the associations returned to those that are primary or that are marked as showWithGroup, pass showWithGroup=true.

Create CRM/Affiliations Create a new affiliation.
POST Method: Create, URL: CRM/Affiliations Test

Create a new affiliation.

Update CRM/Affiliations/{affiliationId} Update an affiliation.
PUT Method: Update, URL: CRM/Affiliations/{affiliationId} Test

Update an affiliation.

Delete CRM/Affiliations/{affiliationId} Delete an affiliation.
DELETE Method: Delete, URL: CRM/Affiliations/{affiliationId} Test

Delete an affiliation.