POST balanceteLocal/IncluirDetBalancete

Request Information

URI Parameters

None.

Body Parameters

IncluirDetBalanceteRequest
NameDescriptionTypeAdditional information
IDCONDDETRAZAO

string

None.

IDCONDRAZAO

string

None.

PREDIO

string

None.

NOME_PREDIO

string

None.

BLOCO

string

None.

UNIDADE

string

None.

ANOMES

integer

None.

REFERENCIA

string

None.

CONTALANCTO

string

None.

SA

string

None.

DESCRICAO

string

None.

SEQLANCTO

integer

None.

DTVENCTO

string

None.

DTPADTO

string

None.

CODHISTORICO

string

None.

HISTORICO

string

None.

COMPLEMENTO1

string

None.

COMPLEMENTO2

string

None.

COMPLEMENTO3

string

None.

COMPLEMENTO4

string

None.

DETALHAMENTO

string

None.

DC

string

None.

PR

string

None.

VALOR

string

None.

DIA

string

None.

CHAVE_PROCESSO

string

None.

CODIGO_BARRA

string

None.

IDENTIFICADORCP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IDCONDDETRAZAO": "sample string 1",
  "IDCONDRAZAO": "sample string 2",
  "PREDIO": "sample string 3",
  "NOME_PREDIO": "sample string 4",
  "BLOCO": "sample string 5",
  "UNIDADE": "sample string 6",
  "ANOMES": 7,
  "REFERENCIA": "sample string 8",
  "CONTALANCTO": "sample string 9",
  "SA": "sample string 10",
  "DESCRICAO": "sample string 11",
  "SEQLANCTO": 12,
  "DTVENCTO": "sample string 13",
  "DTPADTO": "sample string 14",
  "CODHISTORICO": "sample string 15",
  "HISTORICO": "sample string 16",
  "COMPLEMENTO1": "sample string 17",
  "COMPLEMENTO2": "sample string 18",
  "COMPLEMENTO3": "sample string 19",
  "COMPLEMENTO4": "sample string 20",
  "DETALHAMENTO": "sample string 21",
  "DC": "sample string 22",
  "PR": "sample string 23",
  "VALOR": "sample string 24",
  "DIA": "sample string 25",
  "CHAVE_PROCESSO": "sample string 26",
  "CODIGO_BARRA": "sample string 27",
  "IDENTIFICADORCP": "sample string 28"
}

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