GET loc_banco/listaBanco?filtros={filtros}&sidx={sidx}&sord={sord}&page={page}&rows={rows}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filtros

string

Required

sidx

string

Required

sord

string

Required

page

integer

Required

rows

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListLOC_BANCOContract
NameDescriptionTypeAdditional information
totalPages

integer

None.

page

integer

None.

totalRecords

integer

None.

rows

Collection of LOC_BANCOContract

None.

Response Formats

application/json, text/json

Sample:
{
  "totalPages": 1,
  "page": 2,
  "totalRecords": 3,
  "rows": [
    {
      "COD_COMP_BANCO": "sample string 1",
      "NOME": "sample string 2",
      "DIGITOBANCO": 1,
      "UNIFICARCHEQUE": 1
    },
    {
      "COD_COMP_BANCO": "sample string 1",
      "NOME": "sample string 2",
      "DIGITOBANCO": 1,
      "UNIFICARCHEQUE": 1
    }
  ]
}