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": "67f37696-8463-4d8c-80e7-b7b2d016d2fe",
"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-22T00:09:32.4804573+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>67f37696-8463-4d8c-80e7-b7b2d016d2fe</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-22T00:09:32.4804573+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": "59aee7f9-81fe-4c1c-b148-e9d008e90166",
"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-22T00:09:32.4804573+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>59aee7f9-81fe-4c1c-b148-e9d008e90166</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-22T00:09:32.4804573+01:00</Timestamp> <Type>sample string 5</Type> <Username>sample string 9</Username> </AppErrorLogDisplay>