POST criterio_rateio/ProcessaRateio

Request Information

URI Parameters

None.

Body Parameters

SAC_PROCESSARATEIOContract
NameDescriptionTypeAdditional information
IDPESSOA_CONDOMINIO

integer

None.

IDRATEIO

integer

None.

IDRATEIO_DETALHE

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IDPESSOA_CONDOMINIO": 1,
  "IDRATEIO": 1,
  "IDRATEIO_DETALHE": 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"
}