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": "c4b1142b-c259-403f-ba6c-f6b5b21373ef",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "94150f04-4b33-404b-a755-dc2dbb5568b8",
"ErrorMessage": "sample string 5",
"BranchId": "42d0bfd3-4866-4773-9194-b37f78263898",
"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.