Overview
Move an attachment from one contact to another (in the same or different account).
Post Url
https://ReplaceWithYourWhiteLabelCRMDomain/api/2/AttachmentMove.aspx
- SSL is requred
Form Fields
Field | Max Length* | Required | Notes |
response_type | No | Default results will be returned in XML. Set this field value to json to return results in JSON format | |
apiusername | Yes | API User Name and password are assigned by AllClients | |
apipassword | Yes | API User Name and password are assigned by AllClients | |
filename | Yes | The full filename including extension | |
fromaccountid | Yes | Source Account ID | |
fromcontactid | Yes | Source Contact ID | |
toaccountid | Yes | Destination Account ID | |
tocontactid | Yes | Destination ContactID |
* An error will not result if Max Length is exceeded. Data will be trimmed to this length.
Sample Results
Success Message
<?xml version="1.0"?>
<results>
<message>Success</message>
</results>
Sample Failure Message
<?xml version="1.0"?>
<results>
<error>Authentication failed</error>
</results>