POST ErrorLog

Posts error to log.

Request Information

URI Parameters

None.

Body Parameters

Body posted.

ErrorLogItem
NameDescriptionTypeAdditional information
Location

string

None.

Name

string

None.

Message

string

None.

Stack

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Location": "sample string 1",
  "Name": "sample string 2",
  "Message": "sample string 3",
  "Stack": "sample string 4"
}

application/xml, text/xml

Sample:
<ErrorLogItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api360.Models">
  <Location>sample string 1</Location>
  <Message>sample string 3</Message>
  <Name>sample string 2</Name>
  <Stack>sample string 4</Stack>
</ErrorLogItem>

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

Response Information

Resource Description

200

ErrorLogController
NameDescriptionTypeAdditional information
Configuration

HttpConfiguration

None.

ControllerContext

HttpControllerContext

None.

ActionContext

HttpActionContext

None.

ModelState

Collection of Object

None.

Request

HttpRequestMessage

None.

RequestContext

HttpRequestContext

None.

Url

UrlHelper

None.

User

IPrincipal

None.

Response Formats

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

Sample:

Sample not available.