GET loc_contadministradora/listacontaadm?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_CONTADMINISTRADORAContract
NameDescriptionTypeAdditional information
totalPages

integer

None.

page

integer

None.

totalRecords

integer

None.

rows

Collection of LOC_CONTADMINISTRADORAContract

None.

Response Formats

application/json, text/json

Sample:
{
  "totalPages": 1,
  "page": 2,
  "totalRecords": 3,
  "rows": [
    {
      "CODIGO_CONTA": "sample string 1",
      "NOME_CONTA": "sample string 2",
      "COD_COMP_BANCO": "sample string 3",
      "AGENCIA": "sample string 4",
      "DG_AGENCIA": "sample string 5",
      "CONTA": "sample string 6",
      "DG_CONTA": "sample string 7",
      "COMPL_CONTA": "sample string 8",
      "CARTEIRA": "sample string 9",
      "NOME_BENEFICIARIO": "sample string 10",
      "REPRE_AGENCIA": "sample string 11",
      "ACEITE": 1,
      "ESPECIE": "sample string 12",
      "LOCAL_PAGAMENTO": "sample string 13",
      "MENSAGEM_PAGADORES": "sample string 14",
      "IDHISTORICO_TXBANCARIA": 1,
      "IDLOC_ACAO_CONTROLERECIBOTXBANCARIA": 1,
      "VALOR_TXBANCARIA": 1.0,
      "NOME_BANCO": "sample string 15",
      "TPCONTA": "sample string 16",
      "SENHAPJBANK": "sample string 17",
      "CREDENCIALPJBANK": "sample string 18",
      "EMAIL_PAGSEGURO": "sample string 19",
      "TOKEN_PAGSEGURO": "sample string 20",
      "EH_TESTE": 1,
      "ListLOC_CONVENIO": [
        {
          "CODIGO_CONTA": "sample string 1",
          "IDLOC_ACAO_CONVENIO": 2,
          "COBRA_PAG": "sample string 3",
          "CODMODELO_ARQUIVOs": "sample string 4",
          "NUMERO_CONVENIO": "sample string 5",
          "PROXIMO_SEQ": 1,
          "CODMODELO_ARQUIVO": "sample string 6"
        },
        {
          "CODIGO_CONTA": "sample string 1",
          "IDLOC_ACAO_CONVENIO": 2,
          "COBRA_PAG": "sample string 3",
          "CODMODELO_ARQUIVOs": "sample string 4",
          "NUMERO_CONVENIO": "sample string 5",
          "PROXIMO_SEQ": 1,
          "CODMODELO_ARQUIVO": "sample string 6"
        }
      ]
    },
    {
      "CODIGO_CONTA": "sample string 1",
      "NOME_CONTA": "sample string 2",
      "COD_COMP_BANCO": "sample string 3",
      "AGENCIA": "sample string 4",
      "DG_AGENCIA": "sample string 5",
      "CONTA": "sample string 6",
      "DG_CONTA": "sample string 7",
      "COMPL_CONTA": "sample string 8",
      "CARTEIRA": "sample string 9",
      "NOME_BENEFICIARIO": "sample string 10",
      "REPRE_AGENCIA": "sample string 11",
      "ACEITE": 1,
      "ESPECIE": "sample string 12",
      "LOCAL_PAGAMENTO": "sample string 13",
      "MENSAGEM_PAGADORES": "sample string 14",
      "IDHISTORICO_TXBANCARIA": 1,
      "IDLOC_ACAO_CONTROLERECIBOTXBANCARIA": 1,
      "VALOR_TXBANCARIA": 1.0,
      "NOME_BANCO": "sample string 15",
      "TPCONTA": "sample string 16",
      "SENHAPJBANK": "sample string 17",
      "CREDENCIALPJBANK": "sample string 18",
      "EMAIL_PAGSEGURO": "sample string 19",
      "TOKEN_PAGSEGURO": "sample string 20",
      "EH_TESTE": 1,
      "ListLOC_CONVENIO": [
        {
          "CODIGO_CONTA": "sample string 1",
          "IDLOC_ACAO_CONVENIO": 2,
          "COBRA_PAG": "sample string 3",
          "CODMODELO_ARQUIVOs": "sample string 4",
          "NUMERO_CONVENIO": "sample string 5",
          "PROXIMO_SEQ": 1,
          "CODMODELO_ARQUIVO": "sample string 6"
        },
        {
          "CODIGO_CONTA": "sample string 1",
          "IDLOC_ACAO_CONVENIO": 2,
          "COBRA_PAG": "sample string 3",
          "CODMODELO_ARQUIVOs": "sample string 4",
          "NUMERO_CONVENIO": "sample string 5",
          "PROXIMO_SEQ": 1,
          "CODMODELO_ARQUIVO": "sample string 6"
        }
      ]
    }
  ]
}