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