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 on conditions) | String | The ID of the entity related with the attachment, which is mandatory only if the entity is not set to ATTACHMENTSLIBRARY
| ||||
classification (mandatory on conditions) | String | The classification of the attachment, which is mandatory only if the entity is set to ATTACHMENTSLIBRARY
| ||||
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 on conditions) | String | The ID of the entity related with the attachments that should be returned as a result, and is mandatory only if the entity is not set to ATTACHMENTSLIBRARY
| ||||
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 (mandatory on conditions) | String | The classification of the attachment, and is mandatory only if the entity is set to ATTACHMENTSLIBRARY
| ||||
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
|
...