Transfer credits from one account to another account, using the username to specify the target account.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Hashtable result = tmClient.transferCreditsToUser(3, "targetusername", "targetuserpass"); Console.WriteLine("Transfered 3 Credits (have {0} now), to account targetusername, now with {1} Credits", result["source_credits_after"], result["target_credits_after"]); |