POST api/Cliente/ListarBoletos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BoletoModelName | Description | Type | Additional information |
---|---|---|---|
Total | decimal number |
None. |
|
DataVencimento | date |
None. |
|
LinhaDigitavelCodigoBarrasFormatado | string |
None. |
|
InformativoPagamentoAtraso | string |
None. |
|
LinkPagamentoAtraso | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Total": 1.0, "DataVencimento": "2021-01-25T23:18:07.9637647+00:00", "LinhaDigitavelCodigoBarrasFormatado": "sample string 3", "InformativoPagamentoAtraso": "sample string 4", "LinkPagamentoAtraso": "sample string 5" }, { "Total": 1.0, "DataVencimento": "2021-01-25T23:18:07.9637647+00:00", "LinhaDigitavelCodigoBarrasFormatado": "sample string 3", "InformativoPagamentoAtraso": "sample string 4", "LinkPagamentoAtraso": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfBoletoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnimedApp.API.Models.UnimedServiceModels"> <BoletoModel> <DataVencimento>2021-01-25T23:18:07.9637647+00:00</DataVencimento> <InformativoPagamentoAtraso>sample string 4</InformativoPagamentoAtraso> <LinhaDigitavelCodigoBarrasFormatado>sample string 3</LinhaDigitavelCodigoBarrasFormatado> <LinkPagamentoAtraso>sample string 5</LinkPagamentoAtraso> <Total>1</Total> </BoletoModel> <BoletoModel> <DataVencimento>2021-01-25T23:18:07.9637647+00:00</DataVencimento> <InformativoPagamentoAtraso>sample string 4</InformativoPagamentoAtraso> <LinhaDigitavelCodigoBarrasFormatado>sample string 3</LinhaDigitavelCodigoBarrasFormatado> <LinkPagamentoAtraso>sample string 5</LinkPagamentoAtraso> <Total>1</Total> </BoletoModel> </ArrayOfBoletoModel>