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": "b549b340-32b5-4ff2-9700-107faddf1981",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "8b86070d-9a56-4c70-a866-d495c258e740",
"ErrorMessage": "sample string 5",
"BranchId": "e26bd26e-e95c-4346-bb91-f40ef47bc4f8",
"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.