POST site_depoimento/Excluir
Request Information
URI Parameters
None.
Body Parameters
SITE_DEPOIMENTOContractName | Description | Type | Additional information |
---|---|---|---|
IDDEPOIMENTO | integer |
None. |
|
DATA | integer |
None. |
|
NOME | string |
None. |
|
TEXTO | string |
None. |
|
CAMINHO_IMAGEM | string |
None. |
|
APROVADO | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "IDDEPOIMENTO": 1, "DATA": 1, "NOME": "sample string 1", "TEXTO": "sample string 2", "CAMINHO_IMAGEM": "sample string 3", "APROVADO": 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" }