POST sac_historico/Atualizar

Request Information

URI Parameters

None.

Body Parameters

SAC_HISTORICOContract
NameDescriptionTypeAdditional information
IDSAC_HISTORICO

integer

None.

IDMODELOPLCONTA

integer

None.

CODIGOCONTA

string

None.

NOME

string

None.

AGRUPAR_BALANCETE

integer

None.

PARTICIPA_INFANUAL

integer

None.

TPVERBA

string

None.

NOMEMODELO

string

None.

NOMECONTA

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IDSAC_HISTORICO": 1,
  "IDMODELOPLCONTA": 1,
  "CODIGOCONTA": "sample string 1",
  "NOME": "sample string 2",
  "AGRUPAR_BALANCETE": 1,
  "PARTICIPA_INFANUAL": 1,
  "TPVERBA": "sample string 3",
  "NOMEMODELO": "sample string 4",
  "NOMECONTA": "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"
}