POST api/ErrorLog/LogAppError

Request Information

URI Parameters

None.

Body Parameters

ExceptionLogDTO
NameDescriptionTypeAdditional information
Id

integer

None.

AssociateId

integer

None.

SelectedHierarchyId

integer

None.

Title

string

None.

Message

string

None.

Exception

string

None.

TargetInvokation

string

None.

ExceptionLogTypeId

integer

None.

DeploymentTypeId

integer

None.

DevicePlatformId

integer

None.

CreatedDate

date

None.

DeviceId

string

None.

Synced

boolean

None.

DeviceInfo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AssociateId": 2,
  "SelectedHierarchyId": 3,
  "Title": "sample string 4",
  "Message": "sample string 5",
  "Exception": "sample string 6",
  "TargetInvokation": "sample string 7",
  "ExceptionLogTypeId": 8,
  "DeploymentTypeId": 9,
  "DevicePlatformId": 10,
  "CreatedDate": "2025-10-14T04:55:00.8436049-07:00",
  "DeviceId": "sample string 12",
  "Synced": true,
  "DeviceInfo": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true