ReassignContact

Overview

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

Post Url

https://hyperdrivepro.morethanrewards.com/api/2/ReassignContact.aspx

- SSL is required

Form Fields

FieldMax Length*RequiredNotes
accountid
YesMust be numeric. Account ID for this account.
apikey
YesAPI Key for this account.
contactid
YesSpecify contact using the database’s contact id.
teammemberid
YesSpecify 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>