Tools and News for Developers using the AllClients Platform

ReassignContact

Overview

Reassign (change team database) of a contact based on information sent via an http form post.

Post Url

https://www.allclients.com/api/2/ReassignContact.aspx
  • SSL is requred
  • White Label CRM Customers: Replace www.allclients.com with your White Label CRM domain name.

Form Fields

Field Max Length* Required Notes
accountid Yes Must be numeric. Account ID for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel
apikey Yes API Key for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel
contactid Yes Specify contact using the database’s contact id.
teammemberid Yes Specify the new team member’s id.  (or 0 for account owner)

Destination team member must be a database owner, not a sub-user of another’s database.

Sample Results

<?xml version="1.0" ?>
<results>
  <message>
    <success>
  </message>
</results>

Sample Failure Message

<?xml version="1.0"?>
<results>
    <error>Authentication failed</error>
</results>