POST GedPreLancamento/AtualizarPreLancamento

Request Information

URI Parameters

None.

Body Parameters

PRELANCAMENTO_CONTRACT
NameDescriptionTypeAdditional information
IDARQUIVO

string

None.

IDHISTORICO

string

None.

CHAVE_PROCESSO

string

None.

IDENTIFICADOR_FORNECEDOR

string

None.

IDENTIFICADOR_PAGADOR

string

None.

CPFCNPJ_FORNECEDOR

string

None.

CPFCNPJ_PAGADOR

string

None.

CODIGO_BARRAS

string

None.

VENCIMENTO

integer

None.

VALOR_DOCUMENTO

decimal number

None.

VALOR_PAGAR

decimal number

None.

STATUS

string

None.

IDLOC_HISTORICO

string

None.

NOME_HISTORICO

string

None.

CODIGOLOCADOR

string

None.

IDPESSOA_LOCADOR

integer

None.

NOME_LOCADOR

string

None.

IDPESSOA_INQUILINO

integer

None.

CODIGOINQUILINO

string

None.

NOME_INQUILINO

string

None.

CODIGOLOCACAO

string

None.

ENDERECO

string

None.

CONDOMINIO

string

None.

UNIDADE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IDARQUIVO": "sample string 1",
  "IDHISTORICO": "sample string 2",
  "CHAVE_PROCESSO": "sample string 3",
  "IDENTIFICADOR_FORNECEDOR": "sample string 4",
  "IDENTIFICADOR_PAGADOR": "sample string 5",
  "CPFCNPJ_FORNECEDOR": "sample string 6",
  "CPFCNPJ_PAGADOR": "sample string 7",
  "CODIGO_BARRAS": "sample string 8",
  "VENCIMENTO": 1,
  "VALOR_DOCUMENTO": 1.0,
  "VALOR_PAGAR": 1.0,
  "STATUS": "sample string 9",
  "IDLOC_HISTORICO": "sample string 10",
  "NOME_HISTORICO": "sample string 11",
  "CODIGOLOCADOR": "sample string 12",
  "IDPESSOA_LOCADOR": 1,
  "NOME_LOCADOR": "sample string 13",
  "IDPESSOA_INQUILINO": 1,
  "CODIGOINQUILINO": "sample string 14",
  "NOME_INQUILINO": "sample string 15",
  "CODIGOLOCACAO": "sample string 16",
  "ENDERECO": "sample string 17",
  "CONDOMINIO": "sample string 18",
  "UNIDADE": "sample string 19"
}

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