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": "c4d1ed0f-6ef4-4458-87f0-79c0ae508877",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "e6d349d2-857c-47bb-b1cd-6e109e93986f",
"ErrorMessage": "sample string 5",
"BranchId": "5c5b0ec9-0da3-4974-85d8-f369b3e6140a",
"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.