POST api/Log/CreateExceptionLog

Request Information

URI Parameters

None.

Body Parameters

ExceptionLog
NameDescriptionTypeAdditional 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-17T01:05:37.8306656-06:00",
  "CreatedBy": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.