POST api/account/UpdatePassword
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": "2f0629de-8334-4f79-8ad7-aefee07dbaa8",
"Password": "sample string 2",
"OldPassword": "sample string 3",
"Token": "45cf8f4b-6c82-45b9-83eb-bd376cefa76d",
"ErrorMessage": "sample string 5",
"BranchId": "29eedb26-5963-4373-9e99-3f643aefd719",
"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.