GET appBoleto/applistaboleto?filtros={filtros}&TPRelatorio={TPRelatorio}&sidx={sidx}&sord={sord}&page={page}&rows={rows}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filtros

string

Required

TPRelatorio

string

Required

sidx

string

Required

sord

string

Required

page

integer

Required

rows

integer

Required

Body Parameters

None.

Response Information

Resource Description

Listsql_appboletoContract
NameDescriptionTypeAdditional information
totalPages

integer

None.

page

integer

None.

totalRecords

integer

None.

rows

Collection of sql_appboletoContract

None.

Response Formats

application/json, text/json

Sample:
{
  "totalPages": 1,
  "page": 2,
  "totalRecords": 3,
  "rows": [
    {
      "IDRELATORIO": "sample string 1",
      "BLOCO": "sample string 2",
      "UNIDADE": "sample string 3",
      "CODIGO_ASSINANTE": "sample string 4",
      "NOME_ASSINANTE": "sample string 5",
      "ORIGEM": "sample string 6",
      "VALOR": 1.0,
      "LINHA_DIGITAVEL": "sample string 7",
      "DTEMISSAO": 1,
      "DTVENCIMENTO": 1,
      "DTPAGAMENTO": 1,
      "DTVISUALIZADO": 1
    },
    {
      "IDRELATORIO": "sample string 1",
      "BLOCO": "sample string 2",
      "UNIDADE": "sample string 3",
      "CODIGO_ASSINANTE": "sample string 4",
      "NOME_ASSINANTE": "sample string 5",
      "ORIGEM": "sample string 6",
      "VALOR": 1.0,
      "LINHA_DIGITAVEL": "sample string 7",
      "DTEMISSAO": 1,
      "DTVENCIMENTO": 1,
      "DTPAGAMENTO": 1,
      "DTVISUALIZADO": 1
    }
  ]
}