POST api/account/ChangePassword
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": "0b6fd7bb-1f8e-400a-9b54-1f46240bad1d",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "1b75277d-e64e-45b2-b423-22c3e908792a",
"ErrorMessage": "sample string 5",
"BranchId": "bfabb11e-ec8c-492f-859e-9302afc898c3",
"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.