POST api/saveCimpaasRedirectLinkLog

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.

userid

integer

None.

agentid

integer

None.

generatedlink

string

None.

logtype

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",
  "userid": 10,
  "agentid": 11,
  "generatedlink": "sample string 12",
  "logtype": "sample string 13"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.