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
Field | Max Length* | Required | Notes |
accountid | Yes | Must be numeric. Account ID for this account. | |
apikey | Yes | API Key for this account. | |
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>