POST api/appcliente/boleto/email
Enviar link por E-mail
Request Information
URI Parameters
None.
Body Parameters
AppCliente.Request.Ativacao.EnviarEmailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CodBoleto | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodBoleto": "sample string 1",
"Email": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppCliente.Response.Generic.BasicResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CodRetorno | AppCliente.Enum.Generic.CodRetorno |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodRetorno": 0
}