POST plconta/Excluir
Request Information
URI Parameters
None.
Body Parameters
PLCONTAContractName | Description | Type | Additional information |
---|---|---|---|
IDMODELOPLCONTA | integer |
None. |
|
CODIGOCONTA | string |
None. |
|
NOMECONTA | string |
None. |
|
SA | string |
None. |
|
GRAU | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "IDMODELOPLCONTA": 1, "CODIGOCONTA": "sample string 1", "NOMECONTA": "sample string 2", "SA": "sample string 3", "GRAU": 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" }