Tip |
---|
Available from CRM.COM R11.0.0 |
Excerpt |
---|
This method is used to add a profile photo on an existing contact information. This Web API method requires a multipart/form-data post, as defined in RFC 1867. There are many libraries available that can be used in order to submit multipart/form-data posts (for example MultipartEntity in Java). A single contact information can be updated through each call |
...
Resource URL
Parameters
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
contact_information_identifier (mandatory) | Identifier | The identifier of the contact information that should be updated. The allowed contact information identifier fields are the following:
| ||||||
file (semi-optional) | File | The file that should be added as a profile picture | ||||||
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 |
...