A record of a constituent’s financial and material assets.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: CRM/Assets/{assetId} | Test | |
Get details of an asset. |
|||
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. |
|||
POST | Method: Create, URL: CRM/Assets | Test | |
Create an asset for a constituent. |
|||
PUT | Method: Update, URL: CRM/Assets/{assetId} | Test | |
Update an existing asset for a constituent. |
|||
DELETE | Method: Delete, URL: CRM/Assets/{assetId} | Test | |
Delete an existing asset. |