| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName |
Unique user name required to register and access the API |
string |
Required String length: inclusive between 6 and 100 |
| Password |
The password must have 1 uppercase, 1 special character, 1 digit and 1 lowercase. And It should be atleast 6 characters long |
string |
Required Data type: Password Matching regular expression pattern: ^(?=.*[A-Z])(?=.*[!@#$&*])(?=.*[0-9])(?=.*[a-z]).{6,}$ String length: inclusive between 6 and 100 |
| ConfirmPassword |
The password and confirm password should match |
string |
Data type: Password |
| AccessCode |
Access code is required to register as a new user. This code should be provided to you. |
string |
Required |