-
Notifications
You must be signed in to change notification settings - Fork 13
RegisterNewAccount (XML)
BitFlicker5000 edited this page Jun 28, 2018
·
3 revisions
string RegisterNewAccount(string FirstName, string LastName, string Email, string CompanyName)
- FirstName type: string
- LastName type: string
- Email type: string
- CompanyName type: string
- Requires JSON formatted Request Body
- Requests should be made with the following request headers - Content-type: application/json; charset=utf-8
- Requires a valid & unique email address.
- Confirmation email with login instructions & password will be sent to addressee
- HTTPS is required for this operation
- Max 100 executions per day (email api@dmca.com to have limit increased)
- URL: https://www.dmca.com/rest/RegisterNewAccount
- Request Headers: Content-type: application/json; charset=utf-8
- Request Body: {"FirstName":"John","LastName":"Doe","CompanyName":"ACME","Email":"Joasdasd122312@gmail.com"}
More info available at https://www.dmca.com