POST api/Log/CreateExceptionLog
Request Information
URI Parameters
None.
Body Parameters
ExceptionLog| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionLogID | integer |
None. |
|
| ExceptionMsg | string |
None. |
|
| ExceptionType | string |
None. |
|
| ExceptionSource | string |
None. |
|
| ExceptionURL | string |
None. |
|
| CreatedAt | date |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExceptionLogID": 1,
"ExceptionMsg": "sample string 2",
"ExceptionType": "sample string 3",
"ExceptionSource": "sample string 4",
"ExceptionURL": "sample string 5",
"CreatedAt": "2026-03-17T02:13:50.9840308-06:00",
"CreatedBy": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.