POST api/apperrorlog/insert
Request Information
URI Parameters
None.
Body Parameters
AppErrorLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| ErrorGuid | globally unique identifier |
Required |
|
| ApplicationName | string |
None. |
|
| Host | string |
None. |
|
| Type | string |
None. |
|
| Source | string |
None. |
|
| Message | string |
None. |
|
| StackTrace | string |
None. |
|
| Username | string |
None. |
|
| StatusCode | integer |
Required |
|
| Timestamp | date |
Required |
|
| AllXml | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ErrorGuid": "002ebd8b-46bb-4cc2-9053-163eca700ca2",
"ApplicationName": "sample string 3",
"Host": "sample string 4",
"Type": "sample string 5",
"Source": "sample string 6",
"Message": "sample string 7",
"StackTrace": "sample string 8",
"Username": "sample string 9",
"StatusCode": 10,
"Timestamp": "2025-12-20T05:32:23.3476196+01:00",
"AllXml": "sample string 12"
}
application/xml, text/xml
Sample:
<AppErrorLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models"> <AllXml>sample string 12</AllXml> <ApplicationName>sample string 3</ApplicationName> <ErrorGuid>002ebd8b-46bb-4cc2-9053-163eca700ca2</ErrorGuid> <Host>sample string 4</Host> <Id>1</Id> <Message>sample string 7</Message> <Source>sample string 6</Source> <StackTrace>sample string 8</StackTrace> <StatusCode>10</StatusCode> <Timestamp>2025-12-20T05:32:23.3476196+01:00</Timestamp> <Type>sample string 5</Type> <Username>sample string 9</Username> </AppErrorLog>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AppErrorLogDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| ErrorGuid | globally unique identifier |
Required |
|
| ApplicationName | string |
None. |
|
| Host | string |
None. |
|
| Type | string |
None. |
|
| Source | string |
None. |
|
| Message | string |
None. |
|
| StackTrace | string |
None. |
|
| Username | string |
None. |
|
| StatusCode | integer |
Required |
|
| Timestamp | date |
Required |
|
| AllXml | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ErrorGuid": "3e3a2433-6e34-4138-93c8-d442b38ed182",
"ApplicationName": "sample string 3",
"Host": "sample string 4",
"Type": "sample string 5",
"Source": "sample string 6",
"Message": "sample string 7",
"StackTrace": "sample string 8",
"Username": "sample string 9",
"StatusCode": 10,
"Timestamp": "2025-12-20T05:32:23.3476196+01:00",
"AllXml": "sample string 12"
}
application/xml, text/xml
Sample:
<AppErrorLogDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models"> <AllXml>sample string 12</AllXml> <ApplicationName>sample string 3</ApplicationName> <ErrorGuid>3e3a2433-6e34-4138-93c8-d442b38ed182</ErrorGuid> <Host>sample string 4</Host> <Id>1</Id> <Message>sample string 7</Message> <Source>sample string 6</Source> <StackTrace>sample string 8</StackTrace> <StatusCode>10</StatusCode> <Timestamp>2025-12-20T05:32:23.3476196+01:00</Timestamp> <Type>sample string 5</Type> <Username>sample string 9</Username> </AppErrorLogDisplay>