POST api/Account/RecoveryPassword
Request Information
URI Parameters
None.
Body Parameters
RegisterBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_NhanSu | integer |
None. |
|
| MaNS | string |
None. |
|
| HoTen | string |
None. |
|
| DienThoai | string |
None. |
|
| TenDangNhap | string |
None. |
|
| MatKhau | string |
None. |
|
| OTP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_NhanSu": 1,
"MaNS": "sample string 2",
"HoTen": "sample string 3",
"DienThoai": "sample string 4",
"TenDangNhap": "sample string 5",
"MatKhau": "sample string 6",
"OTP": "sample string 7"
}
application/xml, text/xml
Sample:
<RegisterBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TGC_GV_Api.Models"> <DienThoai>sample string 4</DienThoai> <HoTen>sample string 3</HoTen> <ID_NhanSu>1</ID_NhanSu> <MaNS>sample string 2</MaNS> <MatKhau>sample string 6</MatKhau> <OTP>sample string 7</OTP> <TenDangNhap>sample string 5</TenDangNhap> </RegisterBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |