POST api/NguoiDungCRM/DoiMatKhau
Request Information
URI Parameters
None.
Body Parameters
DoiMatKhauCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| TenDangNhap | string |
None. |
|
| MatKhauCu | string |
None. |
|
| MatKhauMoi | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenDangNhap": "sample string 1",
"MatKhauCu": "sample string 2",
"MatKhauMoi": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}