Associate file with entity
|
POST api/2.0/crm/{entityType}/{entityid}/files
|
Associates the selected file(s) with the entity with the ID or type specified in the request
|
Create txt
|
POST api/2.0/crm/{entityType}/{entityid}/files/text
|
Creates a text (.txt) file in the selected folder with the title and contents sent in the request
|
Delete file
|
DELETE api/2.0/crm/files/{fileid}
|
Deletes the file with the ID specified in the request
|
Get file list
|
GET api/2.0/crm/{entityType}/{entityid}/files
|
Returns the list of all files for the entity with the ID or type specified in the request
|
Get root folder ID
|
GET api/2.0/crm/files/root
|
Returns the ID for the root folder used to store the files for the CRM module
|
Upload file
|
POST api/2.0/crm/{entityType}/{entityid}/files/upload
|
Upload file
|