POST LANCTO_RECIBO/LancaReciboAtualizar

Request Information

URI Parameters

None.

Body Parameters

LANCTORECIBOContract
NameDescriptionTypeAdditional information
IDPLANILHA

integer

None.

IDPESSOA_CONDOMINIO

integer

None.

IDPESSOA_CONDOMINO

integer

None.

IDPESSOA_COBRANCA

integer

None.

IDPESSOA_LOCADOR

integer

None.

CODIGOLOCADOR

string

None.

CODBLOCO

string

None.

CODUNIDADE

string

None.

JA_INC_ARQ_REMESSA

integer

None.

DTVENCIMENTO

integer

None.

DTLANCAMENTO

integer

None.

BAIXADO

integer

None.

JA_ENV_EMAIL

integer

None.

LIBERADO

integer

None.

TIPO_RECIBO

string

None.

IDLOCACAO

integer

None.

CODLOCACAO

string

None.

NIVEL_ALTERAR

integer

None.

Lancamentos

Collection of LANCTORECIBOREGContract

None.

Request Formats

application/json, text/json

Sample:
{
  "IDPLANILHA": 1,
  "IDPESSOA_CONDOMINIO": 1,
  "IDPESSOA_CONDOMINO": 1,
  "IDPESSOA_COBRANCA": 1,
  "IDPESSOA_LOCADOR": 1,
  "CODIGOLOCADOR": "sample string 1",
  "CODBLOCO": "sample string 2",
  "CODUNIDADE": "sample string 3",
  "JA_INC_ARQ_REMESSA": 1,
  "DTVENCIMENTO": 1,
  "DTLANCAMENTO": 1,
  "BAIXADO": 1,
  "JA_ENV_EMAIL": 1,
  "LIBERADO": 1,
  "TIPO_RECIBO": "sample string 4",
  "IDLOCACAO": 1,
  "CODLOCACAO": "sample string 5",
  "NIVEL_ALTERAR": 1,
  "Lancamentos": [
    {
      "CONTROLE": "sample string 1",
      "IDLOC_HISTORICO": 1,
      "REFERENCIA": "sample string 2",
      "DC": "sample string 3",
      "VALOR_LANCAMENTO": "sample string 4",
      "COMPLEMENTO": "sample string 5",
      "COMPLEMENTO2": "sample string 6",
      "CHAVE_PROCESSO": "sample string 7",
      "SEQ_GERACAORECIBO": 1,
      "EH_ORIGEMCC": 1
    },
    {
      "CONTROLE": "sample string 1",
      "IDLOC_HISTORICO": 1,
      "REFERENCIA": "sample string 2",
      "DC": "sample string 3",
      "VALOR_LANCAMENTO": "sample string 4",
      "COMPLEMENTO": "sample string 5",
      "COMPLEMENTO2": "sample string 6",
      "CHAVE_PROCESSO": "sample string 7",
      "SEQ_GERACAORECIBO": 1,
      "EH_ORIGEMCC": 1
    }
  ]
}

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