GET encargos_condominio/listaEncargos?page={page}&rows={rows}&filtros={filtros}&sidx={sidx}&sord={sord}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

integer

Required

rows

integer

Required

filtros

string

None.

sidx

string

None.

sord

string

None.

Body Parameters

None.

Response Information

Resource Description

ListSAC_ENCARGOContract
NameDescriptionTypeAdditional information
totalPages

integer

None.

page

integer

None.

totalRecords

integer

None.

rows

Collection of SAC_ENCARGOContract

None.

Response Formats

application/json, text/json

Sample:
{
  "totalPages": 1,
  "page": 2,
  "totalRecords": 3,
  "rows": [
    {
      "IDENCARGO": 1,
      "IDPESSOA_CONDOMINIO": 1,
      "IDHISTORICO": 1,
      "IDMODELOPLCONTA": 1,
      "CODIGOCONTA": "sample string 2",
      "FREQUENCIA_COBRANCA": "sample string 3",
      "TP_REAJUSTE": "sample string 4",
      "FREQUENCIA_REAJUSTE": 1,
      "DTULTREAJUSTE": 1,
      "IDLOC_INDICE": 1,
      "IDLOC_INDICEREAJUSTE": 1,
      "DIA_VENCIMENTO": 1,
      "VALOR_TOTAL": 1.0,
      "REFERENCIA": "sample string 5",
      "QTD_PARCELAS": 1,
      "COD_COMP_BANCO": "sample string 6",
      "COMPLEMENTO1": "sample string 7",
      "COMPLEMENTO2": "sample string 8",
      "COMPLEMENTO3": "sample string 9",
      "COMPLEMENTO4": "sample string 10",
      "IDPESSOA_PRESTADORSERVICO": 1,
      "LANCAR_EM": "sample string 11",
      "CODCONTROLE": "sample string 12",
      "CODCONDOMINIO": "sample string 13",
      "NOMECONDOMINIO": "sample string 14",
      "NOMEHISTORICO": "sample string 15",
      "NOMECONTA": "sample string 16",
      "NOMEBANCO": "sample string 17",
      "NOMEPRESTADOR": "sample string 18",
      "PRESTADOR_CPF_CNPJ": "sample string 19"
    },
    {
      "IDENCARGO": 1,
      "IDPESSOA_CONDOMINIO": 1,
      "IDHISTORICO": 1,
      "IDMODELOPLCONTA": 1,
      "CODIGOCONTA": "sample string 2",
      "FREQUENCIA_COBRANCA": "sample string 3",
      "TP_REAJUSTE": "sample string 4",
      "FREQUENCIA_REAJUSTE": 1,
      "DTULTREAJUSTE": 1,
      "IDLOC_INDICE": 1,
      "IDLOC_INDICEREAJUSTE": 1,
      "DIA_VENCIMENTO": 1,
      "VALOR_TOTAL": 1.0,
      "REFERENCIA": "sample string 5",
      "QTD_PARCELAS": 1,
      "COD_COMP_BANCO": "sample string 6",
      "COMPLEMENTO1": "sample string 7",
      "COMPLEMENTO2": "sample string 8",
      "COMPLEMENTO3": "sample string 9",
      "COMPLEMENTO4": "sample string 10",
      "IDPESSOA_PRESTADORSERVICO": 1,
      "LANCAR_EM": "sample string 11",
      "CODCONTROLE": "sample string 12",
      "CODCONDOMINIO": "sample string 13",
      "NOMECONDOMINIO": "sample string 14",
      "NOMEHISTORICO": "sample string 15",
      "NOMECONTA": "sample string 16",
      "NOMEBANCO": "sample string 17",
      "NOMEPRESTADOR": "sample string 18",
      "PRESTADOR_CPF_CNPJ": "sample string 19"
    }
  ]
}