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": "064af30b-11be-4b3e-830d-3baa2bd9858e",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "99301b0f-fb6e-4275-ac74-6085e3b93047",
"ErrorMessage": "sample string 5",
"BranchId": "9450aa1a-c5ad-4248-9e3e-6ec86d81a1b6",
"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.