POST sac_unidade/Excluir

Request Information

URI Parameters

None.

Body Parameters

SAC_UNIDADEContract
NameDescriptionTypeAdditional information
RESPONSAVEL

PESSOA_Contract

None.

CONDOMINO

PESSOA_Contract

None.

IDPESSOA_CONDOMINIO

integer

None.

CODCONDOMINIO

string

None.

NOMECONDOMINIO

string

None.

IDPESSOA_RESPONSAVEL

integer

None.

NOME_RESPONSAVEL

string

None.

IDPESSOA_CONDOMINO

integer

None.

NOME_CONDOMINO

string

None.

CODBLOCO

string

None.

CODUNIDADE

string

None.

CONTROLA_LUZ

integer

None.

CONTROLA_GAS

integer

None.

CONTROLA_AGUA

integer

None.

AOSCUIDADOS

string

None.

USAENDCOBRACA

integer

None.

IDACAO_TIPOLOGRADOURO

string

None.

CEP

string

None.

LOGRADOURO

string

None.

NUMERO

string

None.

COMPLEMENTO

string

None.

BAIRRO

string

None.

CIDADE

string

None.

UF

string

None.

ListSAC_FRACAO_RATEIO

Collection of SAC_FRACAO_RATEIOContract

None.

Request Formats

application/json, text/json

Sample:
{
  "RESPONSAVEL": {
    "IDPESSOA": 1,
    "NOME": "sample string 1",
    "CEP": "sample string 2",
    "IDACAO_TIPOLOGRADOURO": "sample string 3",
    "TPLOGRADOURO": "sample string 4",
    "LOGRADOURO": "sample string 5",
    "NUMERO": "sample string 6",
    "COMPLEMENTO": "sample string 7",
    "BAIRRO": "sample string 8",
    "CIDADE": "sample string 9",
    "UF": "sample string 10",
    "RG": "sample string 11",
    "Orgao": "sample string 12",
    "DTEXPEDICAO": 1,
    "TIPOPESSOA": "sample string 13",
    "CPF_CNPJ": "sample string 14",
    "SEXO": "sample string 15",
    "PROFISSAO": "sample string 16",
    "E_MAIL": "sample string 17",
    "DTNASCIMENTO": 1,
    "ESTADOCIVIL": "sample string 18",
    "NACIONALIDADE": "sample string 19",
    "NATURALIDADE": "sample string 20",
    "ListaTelefone": "sample string 21",
    "GravaTelefone": true
  },
  "CONDOMINO": {
    "IDPESSOA": 1,
    "NOME": "sample string 1",
    "CEP": "sample string 2",
    "IDACAO_TIPOLOGRADOURO": "sample string 3",
    "TPLOGRADOURO": "sample string 4",
    "LOGRADOURO": "sample string 5",
    "NUMERO": "sample string 6",
    "COMPLEMENTO": "sample string 7",
    "BAIRRO": "sample string 8",
    "CIDADE": "sample string 9",
    "UF": "sample string 10",
    "RG": "sample string 11",
    "Orgao": "sample string 12",
    "DTEXPEDICAO": 1,
    "TIPOPESSOA": "sample string 13",
    "CPF_CNPJ": "sample string 14",
    "SEXO": "sample string 15",
    "PROFISSAO": "sample string 16",
    "E_MAIL": "sample string 17",
    "DTNASCIMENTO": 1,
    "ESTADOCIVIL": "sample string 18",
    "NACIONALIDADE": "sample string 19",
    "NATURALIDADE": "sample string 20",
    "ListaTelefone": "sample string 21",
    "GravaTelefone": true
  },
  "IDPESSOA_CONDOMINIO": 1,
  "CODCONDOMINIO": "sample string 1",
  "NOMECONDOMINIO": "sample string 2",
  "IDPESSOA_RESPONSAVEL": 1,
  "NOME_RESPONSAVEL": "sample string 3",
  "IDPESSOA_CONDOMINO": 1,
  "NOME_CONDOMINO": "sample string 4",
  "CODBLOCO": "sample string 5",
  "CODUNIDADE": "sample string 6",
  "CONTROLA_LUZ": 7,
  "CONTROLA_GAS": 8,
  "CONTROLA_AGUA": 9,
  "AOSCUIDADOS": "sample string 10",
  "USAENDCOBRACA": 1,
  "IDACAO_TIPOLOGRADOURO": "sample string 11",
  "CEP": "sample string 12",
  "LOGRADOURO": "sample string 13",
  "NUMERO": "sample string 14",
  "COMPLEMENTO": "sample string 15",
  "BAIRRO": "sample string 16",
  "CIDADE": "sample string 17",
  "UF": "sample string 18",
  "ListSAC_FRACAO_RATEIO": [
    {
      "IDRELACIONAMENTO": 1,
      "IDLIST": 2,
      "IDPESSOA_CONDOMINIO": 1,
      "CODBLOCO": "sample string 3",
      "CODUNIDADE": "sample string 4",
      "VAL_RATEIO": "sample string 5"
    },
    {
      "IDRELACIONAMENTO": 1,
      "IDLIST": 2,
      "IDPESSOA_CONDOMINIO": 1,
      "CODBLOCO": "sample string 3",
      "CODUNIDADE": "sample string 4",
      "VAL_RATEIO": "sample string 5"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonRetorno
NameDescriptionTypeAdditional information
sucesso

boolean

None.

CodErro

string

None.

auxRetorno

string

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "sucesso": true,
  "CodErro": "sample string 2",
  "auxRetorno": "sample string 3",
  "msg": "sample string 4"
}