POST EspecieDocumento/Excluir
Request Information
URI Parameters
None.
Body Parameters
GED_ESPECIEDOCUMENTO_CONTRACT| Name | Description | Type | Additional information |
|---|---|---|---|
| IDGED_ESPECIEDOCUMENTO | integer |
None. |
|
| NOME | string |
None. |
|
| IDESPECIEPORTAL | integer |
None. |
|
| LIBERA_SINDICO | integer |
None. |
|
| LIBERA_CONDOMINO | integer |
None. |
|
| LIBERA_PROPRIETARIO | integer |
None. |
|
| LIBERA_INQUILINO | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDGED_ESPECIEDOCUMENTO": 1,
"NOME": "sample string 1",
"IDESPECIEPORTAL": 1,
"LIBERA_SINDICO": 1,
"LIBERA_CONDOMINO": 1,
"LIBERA_PROPRIETARIO": 1,
"LIBERA_INQUILINO": 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"
}