Alias names are alternate names that can be used to find constituent records when running a constituent search. Using aliases for common misspellings or alternate forms of names can increase constituent search efficiency and help reduce the creation of duplicate constituent records.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: CRM/Aliases/{aliasId} | Test | |
Get details of an alias. |
|||
GET | Method: GetAll, URL: CRM/Aliases?constituentId={constituentId}&includeAffiliations={includeAffiliations} | Test | |
Get details of all the aliases for the specified constituent id and all its visible affiliation's aliases as well. To exclude aliases of the visible affiliations pass includeAffiliations=false. |
|||
POST | Method: Create, URL: CRM/Aliases | Test | |
Create a new alias. |
|||
PUT | Method: Update, URL: CRM/Aliases/{aliasId} | Test | |
Update an alias. |
|||
DELETE | Method: Delete, URL: CRM/Aliases/{aliasId} | Test | |
Delete an alias. |