Tip |
---|
Available from CRM.COM R11.0.0 |
Table of Contents | ||
---|---|---|
|
...
Name | Type | Description | ||
token | String | The token retrieved from the login method | ||
entity (mandatory) | String | The name of the entity related with the attachment. The supported entities are the following:
| ||
entity_id (mandatory) | String | The ID of the entity related with the attachment | ||
classification (optional) | String | The classification of the attachment
| ||
fields_set | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...
Name | Type | Description | ||
token | String | The token retrieved from the login method | ||
entity (mandatory) | String | The name of the entity related with the attachments that should be returned as a result. The supported entities are the following:
| ||
entity_id (mandatory) | String | The ID of the entity related with the attachments that should be returned as a result | ||
file (semi-optional) | File | The file that should be added as an attachment | ||
url (semi-optional) | String | The URL that should be added as an attachment | ||
classification (optional) | String | The classification of the attachment
| ||
notes (optional) | String | The notes related with the attachment | ||
fields_set | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
id (mandatory) | String | The id of the attachment that should be deleted
|
...