POST GedPaineldecontrole/Atualizar

Request Information

URI Parameters

None.

Body Parameters

GED_PAINELDECONTROLE_CONTRACT
NameDescriptionTypeAdditional information
IDCLIENTE

integer

None.

NOME_EMPRESARIAL

string

None.

CNPJ

string

None.

INSCR_MUNICIPAL

string

None.

INSCR_ESTADUAL

string

None.

TELEFONE

string

None.

HOME_PAGE

string

None.

E_MAIL

string

None.

CEP

string

None.

IDACAO_TIPOLOGRADOURO

string

None.

LOGRADOURO

string

None.

NUMERO

string

None.

COMPLEMENTO

string

None.

BAIRRO

string

None.

CIDADE

string

None.

COD_TOMSERPRO

string

None.

UF

string

None.

INTEGRA_LOCACAO

boolean

None.

CHAVE_INTEGRACAO

string

None.

NOMELOGO

string

None.

LOGO64

string

None.

EXTENCAO_LOGO

string

None.

TIPO

string

None.

TIPO_LOGO

integer

None.

IDPASTAIDENTIFICACAO

string

None.

NOMEPASTAIDENTIFICACAO

string

None.

IDPASTARAIZCLIENTE

string

None.

NOMEPASTARAIZCLIENTE

string

None.

IDPASTALOCACAO

string

None.

NOMEPASTALOCACAO

string

None.

IDPASTACONDOMINIO

string

None.

NOMEPASTACONDOMINIO

string

None.

TIPO_CLIENTE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IDCLIENTE": 1,
  "NOME_EMPRESARIAL": "sample string 1",
  "CNPJ": "sample string 2",
  "INSCR_MUNICIPAL": "sample string 3",
  "INSCR_ESTADUAL": "sample string 4",
  "TELEFONE": "sample string 5",
  "HOME_PAGE": "sample string 6",
  "E_MAIL": "sample string 7",
  "CEP": "sample string 8",
  "IDACAO_TIPOLOGRADOURO": "sample string 9",
  "LOGRADOURO": "sample string 10",
  "NUMERO": "sample string 11",
  "COMPLEMENTO": "sample string 12",
  "BAIRRO": "sample string 13",
  "CIDADE": "sample string 14",
  "COD_TOMSERPRO": "sample string 15",
  "UF": "sample string 16",
  "INTEGRA_LOCACAO": true,
  "CHAVE_INTEGRACAO": "sample string 18",
  "NOMELOGO": "sample string 19",
  "LOGO64": "sample string 20",
  "EXTENCAO_LOGO": "sample string 21",
  "TIPO": "sample string 22",
  "TIPO_LOGO": 1,
  "IDPASTAIDENTIFICACAO": "sample string 23",
  "NOMEPASTAIDENTIFICACAO": "sample string 24",
  "IDPASTARAIZCLIENTE": "sample string 25",
  "NOMEPASTARAIZCLIENTE": "sample string 26",
  "IDPASTALOCACAO": "sample string 27",
  "NOMEPASTALOCACAO": "sample string 28",
  "IDPASTACONDOMINIO": "sample string 29",
  "NOMEPASTACONDOMINIO": "sample string 30",
  "TIPO_CLIENTE": "sample string 31"
}

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"
}