POST Account/SendResetPwdEmail?mtAccountId={mtAccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mtAccountId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfCodeAndEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | CodeAndEmail |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": {
"code": "sample string 1",
"email": "sample string 2"
}
}