POST api/GerenteLog
Request Information
URI Parameters
None.
Body Parameters
GerenteLogName | 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-01-11T00:08:55.0587009-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.