POST api/ErrorLog/LogAppError
Request Information
URI Parameters
None.
Body Parameters
ExceptionLogDTO| Name | Description | Type | Additional 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": "2026-02-03T18:23:58.7236478-08:00",
"DeviceId": "sample string 12",
"Synced": true,
"DeviceInfo": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true