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": "d4c238c3-cdc8-43bd-8b51-eb6d0954a42c",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "0b05d486-c81f-48ce-9fbf-c7086903e576",
"ErrorMessage": "sample string 5",
"BranchId": "4e818195-065d-4b4b-93bd-6b77fc4e28f2",
"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.