POST loc_banco/Atualizar
Request Information
URI Parameters
None.
Body Parameters
LOC_BANCOContractName | Description | Type | Additional information |
---|---|---|---|
COD_COMP_BANCO | string |
None. |
|
NOME | string |
None. |
|
DIGITOBANCO | integer |
None. |
|
UNIFICARCHEQUE | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "COD_COMP_BANCO": "sample string 1", "NOME": "sample string 2", "DIGITOBANCO": 1, "UNIFICARCHEQUE": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonRetornoName | 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" }