POST LogError/LogError
Request Information
URI Parameters
None.
Body Parameters
ERROR_LOG| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| LOG_DATE_TIME | date |
None. |
|
| EXCEPTION | string |
None. |
|
| STACK_TRACE | string |
None. |
|
| CONTROLLER_NAME | string |
None. |
|
| ACTION_NAME | string |
None. |
|
| USER_ID | integer |
None. |
|
| ERROR_CODE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"LOG_DATE_TIME": "2025-12-17T15:34:32.950419+05:30",
"EXCEPTION": "sample string 3",
"STACK_TRACE": "sample string 4",
"CONTROLLER_NAME": "sample string 5",
"ACTION_NAME": "sample string 6",
"USER_ID": 1,
"ERROR_CODE": "sample string 7"
}
text/html
Sample:
{"ID":1,"LOG_DATE_TIME":"2025-12-17T15:34:32.950419+05:30","EXCEPTION":"sample string 3","STACK_TRACE":"sample string 4","CONTROLLER_NAME":"sample string 5","ACTION_NAME":"sample string 6","USER_ID":1,"ERROR_CODE":"sample string 7"}
application/xml, text/xml
Sample:
<ERROR_LOG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models"> <ACTION_NAME>sample string 6</ACTION_NAME> <CONTROLLER_NAME>sample string 5</CONTROLLER_NAME> <ERROR_CODE>sample string 7</ERROR_CODE> <EXCEPTION>sample string 3</EXCEPTION> <ID>1</ID> <LOG_DATE_TIME>2025-12-17T15:34:32.950419+05:30</LOG_DATE_TIME> <STACK_TRACE>sample string 4</STACK_TRACE> <USER_ID>1</USER_ID> </ERROR_LOG>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.