POST api/appcliente/boleto/reprocessar
Reprocessar Boleto
Request Information
URI Parameters
None.
Body Parameters
AppCliente.Request.Boleto.ReprocessarRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CodBoleto | string |
None. |
|
| DataVencimento | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodBoleto": "sample string 1",
"DataVencimento": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppCliente.Response.Boleto.RealizarPagamentoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CodRetorno | AppCliente.Enum.Beneficiario.GetBoletos.CodRetorno |
None. |
|
| Boleto | AppCliente.Entidades.Generic.Boleto |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodRetorno": 0,
"Boleto": {
"CodBoleto": "sample string 1",
"Status": 0,
"Valor": "sample string 2",
"DataVencimento": "sample string 3",
"DataVencimentoOriginal": "sample string 4",
"Competencia": "sample string 5",
"LinkDownload": "sample string 6",
"LinhaDigitavel": "sample string 7"
}
}