POST api/Common/LogException

Request Information

URI Parameters

None.

Body Parameters

LogExceptionModel
NameDescriptionTypeAdditional information
LogExceptioID

integer

None.

PageName

string

None.

ExceptionDetails

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LogExceptioID": 1,
  "PageName": "sample string 2",
  "ExceptionDetails": "sample string 3"
}

application/xml, text/xml

Sample:
<LogExceptionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAWebAPI.Models">
  <ExceptionDetails>sample string 3</ExceptionDetails>
  <LogExceptioID>1</LogExceptioID>
  <PageName>sample string 2</PageName>
</LogExceptionModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.