The following operations are available for this resource.
| Http Verb | Operation | ||
|---|---|---|---|
| GET | Method: Get, URL: CRM/Documents/{documentId} | Test | |
|
Get the details of a document for a constituent. |
|||
| GET | Method: GetAll, URL: CRM/Documents?constituentId={constituentId}&includeAffiliations={includeAffiliations} | Test | |
|
Get all the documents for a particular constituent including file contents. |
|||
| GET | Method: GetAllSummary, URL: CRM/Documents/Summary?constituentId={constituentId}&includeAffiliations={includeAffiliations} | Test | |
|
Get summary of all the documents for the constituent. Only a summary of file information is returned. |
|||
| POST | Method: Create, URL: CRM/Documents | Test | |
|
Create document for a constituent. |
|||
| PUT | Method: Update, URL: CRM/Documents/{documentId} | Test | |
|
Update an existing document for a constituent. |
|||
| DELETE | Method: Delete, URL: CRM/Documents/{documentId} | Test | |
|
Delete a document for a constituent. |
|||