POST api/appcliente/login/alterar_senha
Alterar Senha
Request Information
URI Parameters
None.
Body Parameters
AppCliente.Request.Login.AlterarSenhaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Cpf | string |
None. |
|
| SenhaAtual | string |
None. |
|
| NovaSenha | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cpf": "sample string 1",
"SenhaAtual": "sample string 2",
"NovaSenha": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppCliente.Response.Generic.BasicResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CodRetorno |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodRetorno": 0
}