Name | Description | Type | Additional information |
---|---|---|---|
EntityStateId |
Gets or sets unique ID |
integer |
Required 64-bit signed integer |
CompanyId |
Gets or sets the reference to Company table |
integer |
64-bit signed integer Nullable |
EntityId |
Gets or sets ID of the entity on which the state is reported |
integer |
64-bit signed integer |
EntityType |
Gets or sets type of the entity on which the state is reported |
QicsUnity.Api.Areas.V3.Models.EntityType | |
DataSource |
Gets or sets identifier of the source that reported entity state |
string |
Required |
DataSourceKey |
Gets or sets entity identifier in the source system |
string | |
DataSourceDate |
Gets or sets entity state change date in the source system |
date |
Required date and time of day, relative to Coordinated Universal Time (UTC) |
IsError |
Gets or sets a value indicating whether entity state represents error |
boolean |
Required |
Message |
Gets or sets optional entity state message |
string |