POST api/apperrorlog/update
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": "36746d6d-d20a-4bf6-ad18-2f8a4037df64",
"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-10T05:44:06.7997857+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>36746d6d-d20a-4bf6-ad18-2f8a4037df64</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-10T05:44:06.7997857+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": "73224ebc-48cc-4b54-830e-26fef7dc0ab3",
"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-10T05:44:06.8007835+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>73224ebc-48cc-4b54-830e-26fef7dc0ab3</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-10T05:44:06.8007835+01:00</Timestamp> <Type>sample string 5</Type> <Username>sample string 9</Username> </AppErrorLogDisplay>