PUT api/ApiRestMirai/ChangePassword
Request Information
URI Parameters
None.
Body Parameters
RQ_ChangePasswordRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Usuario | string |
None. |
|
| clave_enc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Usuario": "sample string 1",
"clave_enc": "sample string 2"
}
Response Information
Resource Description
RS_ChangePassword| Name | Description | Type | Additional information |
|---|---|---|---|
| ChangePassword | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ChangePassword": true
}