POST Log/Errors
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordCount | integer |
Required |
|
| Levels |
String can be Error and/or Debug |
Collection of string |
Required |
Request Formats
application/xml, text/xml
Sample:
<LogModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<RecordCount>1</RecordCount>
<Levels>
<string>sample string 1</string>
<string>sample string 2</string>
</Levels>
</LogModel>
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
None. |
||
| Content |
None. |
||
| StatusCode |
None. |
||
| ReasonPhrase | string |
None. |
|
| Headers | Collection of |
None. |
|
| RequestMessage |
None. |
||
| IsSuccessStatusCode | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<ArrayOfLogModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<LogModel>
<Id>1</Id>
<Date>2026-01-16T04:29:42.53852+00:00</Date>
<Thread>sample string 3</Thread>
<Level>sample string 4</Level>
<Logger>sample string 5</Logger>
<Message>sample string 6</Message>
<Exception>sample string 7</Exception>
<CustomerName>sample string 8</CustomerName>
</LogModel>
<LogModel>
<Id>1</Id>
<Date>2026-01-16T04:29:42.53852+00:00</Date>
<Thread>sample string 3</Thread>
<Level>sample string 4</Level>
<Logger>sample string 5</Logger>
<Message>sample string 6</Message>
<Exception>sample string 7</Exception>
<CustomerName>sample string 8</CustomerName>
</LogModel>
</ArrayOfLogModel>