POST APIExceptionLog/ApiException

Request Information

URI Parameters

None.

Body Parameters

ExceptionLogModel
NameDescriptionTypeAdditional information
ExceptionMessage

string

None.

StackTrace

string

None.

DeviceInfo

string

None.

UserName

string

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ExceptionMessage": "sample string 1",
  "StackTrace": "sample string 2",
  "DeviceInfo": "sample string 3",
  "UserName": "sample string 4",
  "UserID": 5
}

application/xml, text/xml

Sample:
<APIExceptionLogController.ExceptionLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Outlook.API.Controllers">
  <DeviceInfo>sample string 3</DeviceInfo>
  <ExceptionMessage>sample string 1</ExceptionMessage>
  <StackTrace>sample string 2</StackTrace>
  <UserID>5</UserID>
  <UserName>sample string 4</UserName>
</APIExceptionLogController.ExceptionLogModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.