POST api/AgenteLog
Request Information
URI Parameters
None.
Body Parameters
AgenteLog| Name | 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-12-20T02:55:32.0211753-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.