POST cobrancas_avulsas/AtualizarMarcador
Request Information
URI Parameters
None.
Body Parameters
SAC_MEDIDOR_MARCADORContract| Name | Description | Type | Additional information |
|---|---|---|---|
| IDMARCADOR | integer |
None. |
|
| IDMEDIDOR | integer |
None. |
|
| IDPESSOA_CONDOMINIO | integer |
None. |
|
| CODBLOCO | string |
None. |
|
| CODUNIDADE | string |
None. |
|
| QUANTIDADE | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDMARCADOR": 1,
"IDMEDIDOR": 2,
"IDPESSOA_CONDOMINIO": 3,
"CODBLOCO": "sample string 4",
"CODUNIDADE": "sample string 5",
"QUANTIDADE": 1.0
}
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"
}