POST site_servicos/Salvar
Request Information
URI Parameters
None.
Body Parameters
SITE_CONFIGSERVICOSContract| Name | Description | Type | Additional information |
|---|---|---|---|
| IDCONFIGSERVICOS | integer |
None. |
|
| CSS_ICONE | string |
None. |
|
| TITULO_CONFIG | string |
None. |
|
| TEXTO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDCONFIGSERVICOS": 1,
"CSS_ICONE": "sample string 2",
"TITULO_CONFIG": "sample string 3",
"TEXTO": "sample string 4"
}
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"
}