Assets

A record of a constituent’s financial and material assets.

Http Verb Operation
Get CRM/Assets/{assetId} Get details of an asset.
GET Method: Get, URL: CRM/Assets/{assetId} Test

Get details of an asset.

GetAll CRM/Assets?constituentId={constituentId}&includeAffiliations={includeAffiliations} Get details of all the assets for the specified constituent id and all its visible affiliations' assets as well. To exclude assets of the visible affiliations pass includeAffiliations=false.
GET Method: GetAll, URL: CRM/Assets?constituentId={constituentId}&includeAffiliations={includeAffiliations} Test

Get details of all the assets for the specified constituent id and all its visible affiliations' assets as well. To exclude assets of the visible affiliations pass includeAffiliations=false.

Create CRM/Assets Create an asset for a constituent.
POST Method: Create, URL: CRM/Assets Test

Create an asset for a constituent.

Update CRM/Assets/{assetId} Update an existing asset for a constituent.
PUT Method: Update, URL: CRM/Assets/{assetId} Test

Update an existing asset for a constituent.

Delete CRM/Assets/{assetId} Delete an existing asset.
DELETE Method: Delete, URL: CRM/Assets/{assetId} Test

Delete an existing asset.