POST api/mobileAccount/v1/ForGetPassWordConfirmation
Request Information
URI Parameters
None.
Body Parameters
Confirmation| Name | Description | Type | Additional information |
|---|---|---|---|
| UserEmail | string |
Required |
|
| ConfirmationCode | string |
Required String length: inclusive between 6 and 6 |
|
| AppCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserEmail": "sample string 1",
"ConfirmationCode": "sample string 2",
"AppCode": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseHttpCodeAndMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| HttpStatusCode | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"HttpStatusCode": 1,
"Msg": "sample string 2"
}