POST api/SaveException
Request Information
URI Parameters
None.
Body Parameters
clsException| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.