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": "b174975e-b276-4f50-9907-7f5d08607279",
"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-11-08T13:39:30.2824591+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>b174975e-b276-4f50-9907-7f5d08607279</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-11-08T13:39:30.2824591+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": "cae8b4f4-073f-45d4-a18f-79c3374fb3d0",
"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-11-08T13:39:30.2884583+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>cae8b4f4-073f-45d4-a18f-79c3374fb3d0</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-11-08T13:39:30.2884583+01:00</Timestamp> <Type>sample string 5</Type> <Username>sample string 9</Username> </AppErrorLogDisplay>