GET ProcBaixaEmLoteRecibo/BuscaBaixaRecibo?IdFile={IdFile}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IdFile | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ListBuscaBaixaReciboContractName | Description | Type | Additional information |
---|---|---|---|
totalPages | integer |
None. |
|
page | integer |
None. |
|
totalRecords | integer |
None. |
|
rows | Collection of BuscaBaixaReciboContract |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalPages": 1, "page": 2, "totalRecords": 3, "rows": [ { "IDLANCAMENTO": "sample string 1", "IDPROCESSAMENTO": "sample string 2", "NOME_ARQUIVO": "sample string 3", "NOME_SISTEMA": "sample string 4", "COD_COMP_BANCO": "sample string 5", "TP_PROCESSAMENTO": "sample string 6", "IDHISTORICO_MULTA": 1, "NOSSO_NUMERO": "sample string 7", "DTVENCTO": 1, "DTPAGTO_BANCO": 1, "DTPAGTO_BAIXA": 1, "VALOR_PAGTO": 1.0, "VALOR_RECIBO": 1.0, "VALOR_DIFERENCA": 1.0, "MarcaBaixa": 8, "MENSAGEM": "sample string 9" }, { "IDLANCAMENTO": "sample string 1", "IDPROCESSAMENTO": "sample string 2", "NOME_ARQUIVO": "sample string 3", "NOME_SISTEMA": "sample string 4", "COD_COMP_BANCO": "sample string 5", "TP_PROCESSAMENTO": "sample string 6", "IDHISTORICO_MULTA": 1, "NOSSO_NUMERO": "sample string 7", "DTVENCTO": 1, "DTPAGTO_BANCO": 1, "DTPAGTO_BAIXA": 1, "VALOR_PAGTO": 1.0, "VALOR_RECIBO": 1.0, "VALOR_DIFERENCA": 1.0, "MarcaBaixa": 8, "MENSAGEM": "sample string 9" } ] }