POST api/mobileAccount/v1/ResendConfirmationCode
Request Information
URI Parameters
None.
Body Parameters
ForgetPassword| Name | Description | Type | Additional information |
|---|---|---|---|
| UserEmail | string |
Required |
|
| AppCode | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserEmail": "sample string 1",
"AppCode": "sample string 2"
}
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"
}