The following operations are available for this resource.
| Http Verb | Operation | ||
|---|---|---|---|
| GET | Method: Get, URL: CRM/Attributes/{attributeId} | Test | |
|
Get details of an attribute. |
|||
| GET | Method: GetAll, URL: CRM/Attributes?constituentId={constituentId}&includeAffiliations={includeAffiliations} | Test | |
|
Get details of all the attributes for the specified constituent id and all its visible affiliation's attributes as well. To exclude attributes of the visible affiliations pass includeAffiliations=false. |
|||
| POST | Method: Create, URL: CRM/Attributes | Test | |
|
Create a new attribute. |
|||
| PUT | Method: Update, URL: CRM/Attributes/{attributeId} | Test | |
|
Update an attribute. |
|||
| DELETE | Method: Delete, URL: CRM/Attributes/{attributeId} | Test | |
|
Delete an attribute. |
|||