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": "0a85bb07-5c48-4976-9d16-dc8fba52acad",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "05b21618-7587-433c-aa02-da835d496d8e",
"ErrorMessage": "sample string 5",
"BranchId": "8656a836-39fc-495c-a7e7-d5e9dee58c1f",
"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.