POST api/ErrorLog
Request Information
URI Parameters
None.
Body Parameters
error_log| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| error_description | string |
None. |
|
| date_entered | date |
None. |
|
| level | string |
None. |
|
| username | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"error_description": "sample string 2",
"date_entered": "2025-12-12T03:38:48.8988972-06:00",
"level": "sample string 3",
"username": "sample string 4"
}
application/xml, text/xml
Sample:
<error_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI"> <date_entered>2025-12-12T03:38:48.8988972-06:00</date_entered> <error_description>sample string 2</error_description> <id>1</id> <level>sample string 3</level> <username>sample string 4</username> </error_log>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.