Attributes

The following operations are available for this resource.

Http Verb Operation
Get CRM/Attributes/{attributeId} Get details of an attribute.
GET Method: Get, URL: CRM/Attributes/{attributeId} Test

Get details of an attribute.

GetAll CRM/Attributes?constituentId={constituentId}&includeAffiliations={includeAffiliations} 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.
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.

Create CRM/Attributes Create a new attribute.
POST Method: Create, URL: CRM/Attributes Test

Create a new attribute.

Update CRM/Attributes/{attributeId} Update an attribute.
PUT Method: Update, URL: CRM/Attributes/{attributeId} Test

Update an attribute.

Delete CRM/Attributes/{attributeId} Delete an attribute.
DELETE Method: Delete, URL: CRM/Attributes/{attributeId} Test

Delete an attribute.