POST api/SaveException

Request Information

URI Parameters

None.

Body Parameters

clsException
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.

CompanyId

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",
  "companyId": "sample string 10"
}

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.