Activities are used to track the invitees and attendees of non-paid events (such as meetings, cocktail receptions, or open dress rehearsals).
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: CRM/SpecialActivities/{specialActivityId} | Test | |
Get details of an activity record. |
|||
GET | Method: GetAll, URL: CRM/SpecialActivities?constituentId={constituentId}&includeAffiliations={includeAffiliations} | Test | |
Get details of all the activity records for the specified constituent id and all its visible affiliations' activity records as well. To exclude activity records of the visible affiliations, pass includeAffiliations=false. |
|||
POST | Method: Create, URL: CRM/SpecialActivities | Test | |
Create a new activity record. |
|||
PUT | Method: Update, URL: CRM/SpecialActivities/{specialActivityId} | Test | |
Update an activity record. |
|||
DELETE | Method: Delete, URL: CRM/SpecialActivities/{specialActivityId} | Test | |
Delete an activity record. |