-
Notifications
You must be signed in to change notification settings - Fork 13
CreateACAccount (Affiliate Child)
BitFlicker5000 edited this page Jun 28, 2018
·
4 revisions
string CreateACAccount(string Username, string Password, string FirstName, string LastName, string ClientEmail, string CompanyName, string AffiliateToken)
- Username type: string
- Password type: string
- FirstName type: string
- LastName type: string
- ClientEmail type: string
- CompanyName type: string
- AffiliateToken type: string
- Requires JSON formatted Request Body
- Requires a valid & unique email address.
- Confirmation email with login instructions & password will be sent to affiliate address for confirmation
- HTTPS is required for this operation
- Max 100 executions per day (email [email protected] to have limit increased)
- URL: https://api.dmca.com/CreateACAccount
- Request Body: { "Username":"[email protected]" ,"Password":"**************" ,"FirstName":"John" ,"LastName":"Doe" ,"ClientEmail":"[email protected]" ,"CompanyName":"clients acme co" ,"AffiliateToken":"aff5634test" }
More info available at https://www.dmca.com