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": "7171d48c-293c-4f2d-a5f3-18c62faa5878",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "0c43aa88-87ad-4388-9bcf-37bc42e6820a",
"ErrorMessage": "sample string 5",
"BranchId": "1e196bf6-1fab-47d1-90fd-8233b0f60729",
"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.