POST api/Configuracao/AtualizarConfiguracao
Request Information
URI Parameters
None.
Body Parameters
ConfiguracaoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdConfiguracao | integer |
None. |
|
| Descricao | string |
None. |
|
| DataCheckAtivo | date |
None. |
|
| Ativado | boolean |
None. |
|
| AtivadoPelaWeb | boolean |
None. |
|
| AtivadoPeloSistemaLocalApp | boolean |
None. |
|
| FechamentoEmergencia | boolean |
None. |
|
| AlertaSonoro | boolean |
None. |
|
| ValorMinimoPedido | decimal number |
None. |
|
| TempoMedioEntrega | string |
None. |
|
| IdEmpresa | integer |
None. |
|
| AbrirAutomatico | boolean |
None. |
|
| ProlongarFechamentoEmMinutos | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdConfiguracao": 1,
"Descricao": "sample string 2",
"DataCheckAtivo": "2026-05-08T18:27:22.5767003+00:00",
"Ativado": true,
"AtivadoPelaWeb": true,
"AtivadoPeloSistemaLocalApp": true,
"FechamentoEmergencia": true,
"AlertaSonoro": true,
"ValorMinimoPedido": 9.0,
"TempoMedioEntrega": "sample string 10",
"IdEmpresa": 11,
"AbrirAutomatico": true,
"ProlongarFechamentoEmMinutos": 13
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.