POST api/GerenteLog
Request Information
URI Parameters
None.
Body Parameters
GerenteLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Funcionario | integer |
None. |
|
| Tipo | string |
None. |
|
| DataCriacao | date |
None. |
|
| Valor | decimal number |
None. |
|
| CodigoExterno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"funcionario": 1,
"tipo": "sample string 2",
"dataCriacao": "2025-12-20T02:55:31.5200549-03:00",
"valor": 4.0,
"codigoExterno": 5
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.