POST api/appcliente/login/esqueci_minha_senha
Enviar link para resetar senha.
Request Information
URI Parameters
None.
Body Parameters
AppCliente.Request.Login.EsqueciMinhaSenhaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Cpf | string |
None. |
|
| string |
None. |
||
| SMS | string |
None. |
|
| Telefone | string |
None. |
|
| MetodoEnvio | AppCliente.Enum.Generic.MetodoEnvio |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cpf": "sample string 1",
"Email": "sample string 2",
"SMS": "sample string 3",
"Telefone": "sample string 4",
"MetodoEnvio": 0
}
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
}