-
Notifications
You must be signed in to change notification settings - Fork 13
Register
BitFlicker5000 edited this page Jul 18, 2018
·
5 revisions
string Register(string FirstName, string LastName, string Email, string CompanyName)
- FirstName type: string
- LastName type: string
- Email type: string
- CompanyName type: string
- mpi (optional param for main product interest )
- Requires JSON formatted Request Body
- 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)
- Parameter names are case sensitive
- URL: https://api.dmca.com/register
- Request Body: {"FirstName":"John","LastName":"Doe","CompanyName":"ACME","Email":"Joasdasd122312@gmail.com"}
More info available at https://www.dmca.com