The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: CRM/Issues/{issueId} | Test | |
Get details of a customer issue. |
|||
GET | Method: GetAll, URL: CRM/Issues?constituentId={constituentId}&includeAffiliations={includeAffiliations}&startDate={startDate}&endDate={endDate}&contactTypeIds={contactTypeIds}&categoryIds={categoryIds}&activityTypeIds={activityTypeIds}&originIds={originIds}&performanceIds={performanceIds}&packageIds={packageIds}&resolved={resolved} | Test | |
Get all the details of all the issues for the specified constituent id. If you want to filter the issues based on date pass in the values for 'startDate' and 'endDate'. If you want to filter issues based on contact type, category, activity type, origin, performance number or package number pass in the corresponding values in comma separated values. |
|||
POST | Method: Create, URL: CRM/Issues | Test | |
Create an issue for a Constituent |
|||
PUT | Method: Update, URL: CRM/Issues/{issueId} | Test | |
Update an issue for a Constituent |
|||
DELETE | Method: Delete, URL: CRM/Issues/{issueId} | Test | |
Delete an issue by id. |