GET api/tai-khoan/cap-nhat-trang-thai-mat-khau/{from}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| from | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": true
}
application/xml, text/xml
Sample:
<ResponseObjectOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models"> <Data>true</Data> <Message>sample string 2</Message> <Status>true</Status> </ResponseObjectOfboolean>