POST api/account/UpdatePassword
Request Information
URI Parameters
None.
Body Parameters
DTOChangePassword| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Password | string |
None. |
|
| OldPassword | string |
None. |
|
| Token | globally unique identifier |
None. |
|
| ErrorMessage | string |
None. |
|
| BranchId | globally unique identifier |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "17638e4c-75f1-4b7d-a395-d2dc4de67d3a",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "4b8b5d48-cb5b-4559-b695-defd12110994",
"ErrorMessage": "sample string 5",
"BranchId": "64624907-a50a-4072-b9ac-6544ce14a27a",
"Status": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.