POST api/LogSistema/Salvar
Request Information
URI Parameters
None.
Body Parameters
LogSistemaViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdLogAberturaFechamento | integer |
None. |
|
| Log | string |
None. |
|
| Data | date |
None. |
|
| NomeEmpresa | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdLogAberturaFechamento": 1,
"Log": "sample string 2",
"Data": "2026-05-08T18:27:03.0451928+00:00",
"NomeEmpresa": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.