POST criterio_cobranca/Atualizar

Request Information

URI Parameters

None.

Body Parameters

CRITERIOCOBRANCAContract
NameDescriptionTypeAdditional information
IDCLIENTE

integer

None.

IDCRITERIO

integer

None.

NOME

string

None.

IDDESCONTO

integer

None.

VAL_MDESCONTO

decimal number

None.

IDJUROS

integer

None.

TP_JUROS

integer

None.

VAL_JUROS

decimal number

None.

JUROS_REMBOLSOTOTPROP

integer

None.

JUROS_DM

string

None.

IDMULTA1

integer

None.

VAL_MULTA1

decimal number

None.

MULTA1_REMBOLSOTOTPROP

integer

None.

IDMULTA2

integer

None.

VAL_MULTA2

decimal number

None.

MULTA2_REMBOLSOTOTPROP

integer

None.

IDVENCIMENTO_ADM

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IDCLIENTE": 1,
  "IDCRITERIO": 2,
  "NOME": "sample string 3",
  "IDDESCONTO": 1,
  "VAL_MDESCONTO": 1.0,
  "IDJUROS": 1,
  "TP_JUROS": 1,
  "VAL_JUROS": 1.0,
  "JUROS_REMBOLSOTOTPROP": 1,
  "JUROS_DM": "sample string 4",
  "IDMULTA1": 1,
  "VAL_MULTA1": 1.0,
  "MULTA1_REMBOLSOTOTPROP": 1,
  "IDMULTA2": 1,
  "VAL_MULTA2": 1.0,
  "MULTA2_REMBOLSOTOTPROP": 1,
  "IDVENCIMENTO_ADM": 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"
}