Issues

The following operations are available for this resource.

Http Verb Operation
Get CRM/Issues/{issueId} Get details of a customer issue.
GET Method: Get, URL: CRM/Issues/{issueId} Test

Get details of a customer issue.

GetAll CRM/Issues?constituentId={constituentId}&includeAffiliations={includeAffiliations}&startDate={startDate}&endDate={endDate}&contactTypeIds={contactTypeIds}&categoryIds={categoryIds}&activityTypeIds={activityTypeIds}&originIds={originIds}&performanceIds={performanceIds}&packageIds={packageIds}&resolved={resolved} 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.
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.

Create CRM/Issues Create an issue for a Constituent
POST Method: Create, URL: CRM/Issues Test

Create an issue for a Constituent

Update CRM/Issues/{issueId} Update an issue for a Constituent
PUT Method: Update, URL: CRM/Issues/{issueId} Test

Update an issue for a Constituent

Delete CRM/Issues/{issueId} Delete an issue by id.
DELETE Method: Delete, URL: CRM/Issues/{issueId} Test

Delete an issue by id.