Create a new account, linked to your main account (requires additional permissions on your account, please contact Text Marketer to apply).
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Hashtable account; account = tmClient.createSubAccount("My Client", "447000000000", "notifications@myclient.com", "newusername", "newpassword", "PROMOCODE", true); Console.WriteLine("Account ID: {0}", result["account_id"]); |