POST api/CasePaper?_actionName={_actionName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_actionName

string

Required

Body Parameters

Exception
NameDescriptionTypeAdditional information
Message

string

None.

Data

Dictionary of Object [key] and Object [value]

None.

InnerException

Exception

None.

TargetSite

MethodBase

None.

StackTrace

string

None.

HelpLink

string

None.

Source

string

None.

HResult

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ClassName": "System.Exception",
  "Message": null,
  "Data": null,
  "InnerException": null,
  "HelpURL": "sample string 1",
  "StackTraceString": null,
  "RemoteStackTraceString": null,
  "RemoteStackIndex": 0,
  "ExceptionMethod": null,
  "HResult": 3,
  "Source": "sample string 2",
  "WatsonBuckets": null
}

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

Response Information

Resource Description

ResponseModel
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

StatusCode

integer

None.

Msg

string

None.

Flag

integer

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "StatusCode": 2,
  "Msg": "sample string 3",
  "Flag": 4,
  "Data": {}
}