POST api/Exception/SaveException

Request Information

URI Parameters

None.

Body Parameters

ExceptionModel
NameDescriptionTypeAdditional information
strControllerName

string

None.

strMethodName

string

None.

strExceptionType

string

None.

strMessege

string

None.

strStackTrace

string

None.

intWorkingUserId

integer

None.

strDeveloperName

string

None.

strDeveloperComment

string

None.

strScenario

string

None.

strPortal

string

None.

Request Formats

application/json, text/json

Sample:
{
  "strControllerName": "sample string 1",
  "strMethodName": "sample string 2",
  "strExceptionType": "sample string 3",
  "strMessege": "sample string 4",
  "strStackTrace": "sample string 5",
  "intWorkingUserId": 6,
  "strDeveloperName": "sample string 7",
  "strDeveloperComment": "sample string 8",
  "strScenario": "sample string 9",
  "strPortal": "sample string 10"
}

application/xml, text/xml

Sample:
<ExceptionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities">
  <intWorkingUserId>6</intWorkingUserId>
  <strControllerName>sample string 1</strControllerName>
  <strDeveloperComment>sample string 8</strDeveloperComment>
  <strDeveloperName>sample string 7</strDeveloperName>
  <strExceptionType>sample string 3</strExceptionType>
  <strMessege>sample string 4</strMessege>
  <strMethodName>sample string 2</strMethodName>
  <strPortal>sample string 10</strPortal>
  <strScenario>sample string 9</strScenario>
  <strStackTrace>sample string 5</strStackTrace>
</ExceptionModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.