POST api/GerenteLog

Request Information

URI Parameters

None.

Body Parameters

GerenteLog
NameDescriptionTypeAdditional 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": "2024-10-19T22:30:31.0949236-03:00",
  "valor": 4.0,
  "codigoExterno": 5
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GerenteLog'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.