POST cobrancas_avulsas/CancelaProcMedidor
Request Information
URI Parameters
None.
Body Parameters
SAC_MEDIDORContract| Name | Description | Type | Additional information |
|---|---|---|---|
| IDMEDIDOR | integer |
None. |
|
| IDPESSOA_CONDOMINIO | integer |
None. |
|
| NOME_CONDOMINIO | string |
None. |
|
| CODCONDOMINIO | string |
None. |
|
| IDMARCADOR | integer |
None. |
|
| IDHISTORICO | integer |
None. |
|
| NOME_HISTORICO | string |
None. |
|
| REFERENCIA | string |
None. |
|
| CONTA_CREDITO | string |
None. |
|
| NOME_CONTA_CREDITO | string |
None. |
|
| DT_VENCIMENTO | integer |
None. |
|
| UNIDADE_MEDIDA | string |
None. |
|
| VALOR_UNIDADE | decimal number |
None. |
|
| VALOR_TOTAL | decimal number |
None. |
|
| COMPLEMENTO | string |
None. |
|
| COMPLEMENTO2 | string |
None. |
|
| EH_PROCESSADO | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDMEDIDOR": 1,
"IDPESSOA_CONDOMINIO": 1,
"NOME_CONDOMINIO": "sample string 2",
"CODCONDOMINIO": "sample string 3",
"IDMARCADOR": 1,
"IDHISTORICO": 1,
"NOME_HISTORICO": "sample string 4",
"REFERENCIA": "sample string 5",
"CONTA_CREDITO": "sample string 6",
"NOME_CONTA_CREDITO": "sample string 7",
"DT_VENCIMENTO": 1,
"UNIDADE_MEDIDA": "sample string 8",
"VALOR_UNIDADE": 1.0,
"VALOR_TOTAL": 1.0,
"COMPLEMENTO": "sample string 9",
"COMPLEMENTO2": "sample string 10",
"EH_PROCESSADO": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonRetorno| Name | Description | Type | Additional 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"
}