Rankings

The following operations are available for this resource.

Http Verb Operation
Get CRM/Rankings/{rankingId} Get details of a ranking.
GET Method: Get, URL: CRM/Rankings/{rankingId} Test

Get details of a ranking.

GetAll CRM/Rankings?constituentId={constituentId}&includeAffiliations={includeAffiliations} Get details of all the rankings for the specified constituent id and all its visible affiliation's rankings as well. To exclude rankings of the visible affiliations pass includeAffiliations=false. To Get The primary rankings alone, pass primaryOnly=true.
GET Method: GetAll, URL: CRM/Rankings?constituentId={constituentId}&includeAffiliations={includeAffiliations} Test

Get details of all the rankings for the specified constituent id and all its visible affiliation's rankings as well. To exclude rankings of the visible affiliations pass includeAffiliations=false. To Get The primary rankings alone, pass primaryOnly=true.

Create CRM/Rankings Create a new ranking.
POST Method: Create, URL: CRM/Rankings Test

Create a new ranking.

Update CRM/Rankings/{rankingId} Update a ranking.
PUT Method: Update, URL: CRM/Rankings/{rankingId} Test

Update a ranking.

Delete CRM/Rankings/{rankingId} Delete a ranking.
DELETE Method: Delete, URL: CRM/Rankings/{rankingId} Test

Delete a ranking.