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": "a50196ae-8b55-401d-b598-2814e87f9942",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "62623770-c1e3-4b04-81c7-c8a4362a5954",
"ErrorMessage": "sample string 5",
"BranchId": "c7e8e82c-100d-4ca7-afa6-5e3208d21d46",
"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.