POST api/ErrorLog/LogAppErrorCollection
Request Information
URI Parameters
None.
Body Parameters
Collection of ExceptionLogDTOName | 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": "2025-10-14T04:54:48.0643362-07:00", "DeviceId": "sample string 12", "Synced": true, "DeviceInfo": "sample string 14" }, { "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:54:48.0643362-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
booleanResponse Formats
application/json, text/json
Sample:
true