POST api/ExternalLog/RecibirLogDesdeApp

Request Information

URI Parameters

None.

Body Parameters

LogDto
NameDescriptionTypeAdditional information
Message

string

None.

Stack

string

None.

Source

string

None.

Url

string

None.

Platform

string

None.

Model

string

None.

OS

string

None.

Version

string

None.

Timestamp

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Stack": "sample string 2",
  "Source": "sample string 3",
  "Url": "sample string 4",
  "Platform": "sample string 5",
  "Model": "sample string 6",
  "OS": "sample string 7",
  "Version": "sample string 8",
  "Timestamp": "2025-12-11T10:50:24.470179-03:00"
}

application/xml, text/xml

Sample:
<LogDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVWEB.Models">
  <Message>sample string 1</Message>
  <Model>sample string 6</Model>
  <OS>sample string 7</OS>
  <Platform>sample string 5</Platform>
  <Source>sample string 3</Source>
  <Stack>sample string 2</Stack>
  <Timestamp>2025-12-11T10:50:24.470179-03:00</Timestamp>
  <Url>sample string 4</Url>
  <Version>sample string 8</Version>
</LogDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.