POST api/ExceptionLog/SaveExceptionLogs
Request Information
URI Parameters
None.
Body Parameters
ExceptionLog| Name | Description | Type | Additional information |
|---|---|---|---|
| SRNo | integer |
None. |
|
| Id | integer |
None. |
|
| Message | string |
None. |
|
| StackTrace | string |
None. |
|
| PageName | string |
None. |
|
| MethodName | string |
None. |
|
| ApplicationType | string |
None. |
|
| CreatedDate | date |
None. |
|
| ColumnName | string |
None. |
|
| SortDirection | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SRNo": 1,
"Id": 2,
"Message": "sample string 3",
"StackTrace": "sample string 4",
"PageName": "sample string 5",
"MethodName": "sample string 6",
"ApplicationType": "sample string 7",
"CreatedDate": "2025-12-28T13:35:27.8515819+02:00",
"ColumnName": "sample string 9",
"SortDirection": "sample string 10"
}
application/xml, text/xml
Sample:
<ExceptionLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain"> <ApplicationType>sample string 7</ApplicationType> <ColumnName>sample string 9</ColumnName> <CreatedDate>2025-12-28T13:35:27.8515819+02:00</CreatedDate> <Id>2</Id> <Message>sample string 3</Message> <MethodName>sample string 6</MethodName> <PageName>sample string 5</PageName> <SRNo>1</SRNo> <SortDirection>sample string 10</SortDirection> <StackTrace>sample string 4</StackTrace> </ExceptionLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |