POST LANCTO_RECIBO/BuscaMultaJuros
Request Information
URI Parameters
None.
Body Parameters
MULTAJUROS_RECIBOContractName | Description | Type | Additional information |
---|---|---|---|
IDPLANILHA | integer |
None. |
|
IDPESSOA_CONDOMINIO | integer |
None. |
|
TOTAL_LANCAMENTOS | string |
None. |
|
DTLANCAMENTO | integer |
None. |
|
DTVENCIMENTO | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "IDPLANILHA": 1, "IDPESSOA_CONDOMINIO": 1, "TOTAL_LANCAMENTOS": "sample string 1", "DTLANCAMENTO": 1, "DTVENCIMENTO": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonRetornoMultaName | Description | Type | Additional information |
---|---|---|---|
sucesso | boolean |
None. |
|
auxRetorno | string |
None. |
|
msg | string |
None. |
|
MULTA_BAIXA | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "sucesso": true, "auxRetorno": "sample string 2", "msg": "sample string 3", "MULTA_BAIXA": 4.0 }