POST api/AgenteLog
Request Information
URI Parameters
None.
Body Parameters
AgenteLogName | Description | Type | Additional information |
---|---|---|---|
Usuario | integer |
None. |
|
Tipo | string |
None. |
|
Nivel | string |
None. |
|
DataCriacao | date |
None. |
|
Valor | decimal number |
None. |
|
CodigoExterno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "usuario": 1, "tipo": "sample string 2", "nivel": "sample string 3", "dataCriacao": "2025-01-11T00:05:07.6855356-03:00", "valor": 5.0, "codigoExterno": 6 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.