POST api/StudyHub2/UserChangePassword
Request Information
URI Parameters
None.
Body Parameters
UserChangePasswordDto| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | integer |
None. |
|
| OldPassword | string |
None. |
|
| NewPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentId": 1,
"OldPassword": "sample string 2",
"NewPassword": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Info | ReturnResult |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Info": {
"Status": true,
"Message": "sample string 2",
"AdditionalData": {},
"ObjAppResponseMessage": {
"Status": true,
"Message": "sample string 2",
"AdditionalData": "sample string 3"
}
},
"Data": {}
}