POST api/v1/ErrorLogs/CreateErrorLog

Request Information

URI Parameters

None.

Body Parameters

ErrorLog
NameDescriptionTypeAdditional information
_Id

integer

None.

_Err

string

None.

_CreationDate

date

None.

_SysNumber

integer

None.

_Source

ERROR_SOURCE

None.

_Type

ERROR_TYPE

None.

Request Formats

application/json, text/json

Sample:
{
  "_Id": 1,
  "_Err": "sample string 2",
  "_CreationDate": "2025-12-06T17:44:16.6374444+00:00",
  "_SysNumber": 4,
  "_Source": 1,
  "_Type": 0
}

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.