GET sac_condominio/listamembros?IDPESSOA={IDPESSOA}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IDPESSOA

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListSAC_COLABORADORContract
NameDescriptionTypeAdditional information
totalPages

integer

None.

page

integer

None.

totalRecords

integer

None.

rows

Collection of SAC_COLABORADORContract

None.

Response Formats

application/json, text/json

Sample:
{
  "totalPages": 1,
  "page": 2,
  "totalRecords": 3,
  "rows": [
    {
      "CODCONDOMINIO": "sample string 1",
      "NOMECONDOMINIO": "sample string 2",
      "IDPESSOA_CONDOMINIO": 1,
      "IDPESSOA_COLABORADOR": 1,
      "IDCARGO": 1,
      "EH_MORADOR": 1,
      "CODBLOCO": "sample string 3",
      "CODUNIDADE": "sample string 4",
      "INICIO_MANDATO": 1,
      "FINAL_MANDATO": 1,
      "PRORROGACAO_MANDATO": 1,
      "ISENTA_TAXA": 1,
      "POSSUI_ASS": 1,
      "SALARIO_BRUTO": 1.0,
      "SALARIO_LIQUIDO": 1.0,
      "OBSERVACAO": "sample string 5",
      "ValueSelectCargo": "sample string 6",
      "NOME": "sample string 7",
      "CEP": "sample string 8",
      "IDACAO_TIPOLOGRADOURO": "sample string 9",
      "TPLOGRADOURO": "sample string 10",
      "LOGRADOURO": "sample string 11",
      "NUMERO": "sample string 12",
      "COMPLEMENTO": "sample string 13",
      "BAIRRO": "sample string 14",
      "CIDADE": "sample string 15",
      "UF": "sample string 16",
      "RG": "sample string 17",
      "Orgao": "sample string 18",
      "DTEXPEDICAO": 1,
      "TIPOPESSOA": "sample string 19",
      "CPF_CNPJ": "sample string 20",
      "SEXO": "sample string 21",
      "PROFISSAO": "sample string 22",
      "Email": "sample string 23",
      "ListaTelefone": "sample string 24",
      "GravaTelefone": true,
      "TPCONTA": "sample string 25",
      "COD_COMP_BANCO": "sample string 26",
      "AGENCIA": "sample string 27",
      "DG_AGENCIA": "sample string 28",
      "CONTA": "sample string 29",
      "DG_CONTA": "sample string 30",
      "COMPLEMENTOBanco": "sample string 31",
      "IDLOC_ACAO_FORMADEPOSITO": 1,
      "ChaveIdentificador": "sample string 32",
      "NOMEBANCO": "sample string 33"
    },
    {
      "CODCONDOMINIO": "sample string 1",
      "NOMECONDOMINIO": "sample string 2",
      "IDPESSOA_CONDOMINIO": 1,
      "IDPESSOA_COLABORADOR": 1,
      "IDCARGO": 1,
      "EH_MORADOR": 1,
      "CODBLOCO": "sample string 3",
      "CODUNIDADE": "sample string 4",
      "INICIO_MANDATO": 1,
      "FINAL_MANDATO": 1,
      "PRORROGACAO_MANDATO": 1,
      "ISENTA_TAXA": 1,
      "POSSUI_ASS": 1,
      "SALARIO_BRUTO": 1.0,
      "SALARIO_LIQUIDO": 1.0,
      "OBSERVACAO": "sample string 5",
      "ValueSelectCargo": "sample string 6",
      "NOME": "sample string 7",
      "CEP": "sample string 8",
      "IDACAO_TIPOLOGRADOURO": "sample string 9",
      "TPLOGRADOURO": "sample string 10",
      "LOGRADOURO": "sample string 11",
      "NUMERO": "sample string 12",
      "COMPLEMENTO": "sample string 13",
      "BAIRRO": "sample string 14",
      "CIDADE": "sample string 15",
      "UF": "sample string 16",
      "RG": "sample string 17",
      "Orgao": "sample string 18",
      "DTEXPEDICAO": 1,
      "TIPOPESSOA": "sample string 19",
      "CPF_CNPJ": "sample string 20",
      "SEXO": "sample string 21",
      "PROFISSAO": "sample string 22",
      "Email": "sample string 23",
      "ListaTelefone": "sample string 24",
      "GravaTelefone": true,
      "TPCONTA": "sample string 25",
      "COD_COMP_BANCO": "sample string 26",
      "AGENCIA": "sample string 27",
      "DG_AGENCIA": "sample string 28",
      "CONTA": "sample string 29",
      "DG_CONTA": "sample string 30",
      "COMPLEMENTOBanco": "sample string 31",
      "IDLOC_ACAO_FORMADEPOSITO": 1,
      "ChaveIdentificador": "sample string 32",
      "NOMEBANCO": "sample string 33"
    }
  ]
}