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": "d05f8d46-6e14-4fff-88ec-5a420b94fa4e",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "a002bcd8-9eae-48e3-a780-d05748b42907",
"ErrorMessage": "sample string 5",
"BranchId": "9ac98d12-0921-451c-b5ba-a26651e69246",
"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.