POST api/Log/LogEvent

Request Information

URI Parameters

None.

Body Parameters

EventoDto
NameDescriptionTypeAdditional information
FechaSuceso

date

None.

DescripcionEvento

string

None.

OrigenEvento

string

None.

UsuarioEntidad

string

None.

DireccionIP

string

None.

VersionAppSoftware

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FechaSuceso": "2024-11-29T20:50:41.523081-03:00",
  "DescripcionEvento": "sample string 2",
  "OrigenEvento": "sample string 3",
  "UsuarioEntidad": "sample string 4",
  "DireccionIP": "sample string 5",
  "VersionAppSoftware": "sample string 6"
}

text/html

Sample:
{"FechaSuceso":"2024-11-29T20:50:41.523081-03:00","DescripcionEvento":"sample string 2","OrigenEvento":"sample string 3","UsuarioEntidad":"sample string 4","DireccionIP":"sample string 5","VersionAppSoftware":"sample string 6"}

application/xml, text/xml

Sample:
<EventoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APPLIBROS_API.DTOs">
  <DescripcionEvento>sample string 2</DescripcionEvento>
  <DireccionIP>sample string 5</DireccionIP>
  <FechaSuceso>2024-11-29T20:50:41.523081-03:00</FechaSuceso>
  <OrigenEvento>sample string 3</OrigenEvento>
  <UsuarioEntidad>sample string 4</UsuarioEntidad>
  <VersionAppSoftware>sample string 6</VersionAppSoftware>
</EventoDto>

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 'EventoDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.