POST api/EAppUser/EAppForgetPassword
Request Information
URI Parameters
None.
Body Parameters
EAppApplicationForgetPasswordDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentNumber | string |
Required |
|
| UserName | string |
Required Matching regular expression pattern: ^[a-zA-Z0-9]+$ String length: inclusive between 5 and 20 |
|
| NewPassword | string |
Required String length: inclusive between 8 and 50 |
|
| ConfirmNewPassword | string |
Required String length: inclusive between 8 and 50 |
|
| SSN | string |
Required Max length: 4 |
Request Formats
application/json, text/json
Sample:
{
"AgentNumber": "sample string 1",
"UserName": "sample string 2",
"NewPassword": "sample string 3",
"ConfirmNewPassword": "sample string 4",
"SSN": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"