NonSaleActivityFilter Model

Nullable
NonSaleActivitiesID : ValueFilterCondition`1

Whether to filter on the "NonSalesActivitiesID" property

Nullable
IsTraining : bool

Whether to filter on the "IsTraining" property. Null to perform no filtering

Nullable
DateTime : RangeFilterCondition`1

Whether to filter on the "DateTime" property.

Nullable
DateTimePart : DateStartPartFilterCondition

Whether to filter on the "DateTime" property via DatePart

Nullable
TradingDateTime : RangeFilterCondition`1

Whether to filter on the combination of the date from TradingDate and time from "DateTime" property.

Nullable
TradingDateTimePart : DateStartPartFilterCondition

Whether to filter on the combination of the date from TradingDate and time from "DateTime" property via DatePart

Nullable
DBGen : RangeFilterCondition`1

Whether to filter on the "DBGen" property. The DBGen is an internal (incrementing) identifier for marking when data has been inserted/updated. Filtering will
allow the access to all the new/changed data from particular point in time.

Nullable
Amount : RangeFilterCondition`1

Whether to filter on the Amount field.

Nullable
ReceiptID : ValueFilterCondition`1

Whether to filter on the "ReceiptID" property

Nullable
ApplicationClientID : ValueFilterCondition`1

Whether to filter on the internal ClientID that was used to submit the sale in the first place

Nullable
ApplicationClientStringIDs : StringFilterCondition`1

Application client String ID's to Filter (or null if any are acceptable)

Whether Reporting_ values or the original values are filtered depends on the Query ReportingStrings property

Nullable
NonSaleActivityStringIDs : StringFilterCondition`1

NonSaleActivity client String ID's to Filter (or null if any are acceptable)

Whether Reporting_ values or the original values are filtered depends on the Query ReportingStrings property

Nullable
Created_TerminalStringIDs : StringFilterCondition`1

Created Terminal String ID's to Filter (or null if any are acceptable)

Whether Reporting_ values or the original values are filtered depends on the Query ReportingStrings property

Nullable
ZReportStringIDs : StringFilterCondition`1

ZReport String ID's to Filter (or null if any are acceptable)

Whether Reporting_ values or the original values are filtered depends on the Query ReportingStrings property

Nullable
Cashier_EmployeeStringIDs : StringFilterCondition`1

cashier employee String ID's to Filter (or null if any are acceptable)

Whether Reporting_ values or the original values are filtered depends on the Query ReportingStrings property

Nullable
Manager_EmployeeStringIDs : StringFilterCondition`1

manager employee String ID's to Filter (or null if any are acceptable)

Whether Reporting_ values or the original values are filtered depends on the Query ReportingStrings property

Nullable
PaymentTypeStringIDs : StringFilterCondition`1

payment type String ID's to Filter (or null if any are acceptable)

Whether Reporting_ values or the original values are filtered depends on the Query ReportingStrings property

Nullable
CurrencyStringIDs : StringFilterCondition`1

Currency String ID's to Filter (or null if any are acceptable)

Whether Reporting_ values or the original values are filtered depends on the Query ReportingStrings property

Nullable
RemarkStringIDs : StringFilterCondition`1

Remark String ID's to Filter (or null if any are acceptable)

Whether Reporting_ values or the original values are filtered depends on the Query ReportingStrings property

Example
{
  "NonSaleActivitiesID": {},
  "IsTraining": true,
  "DateTime": {},
  "DateTimePart": {},
  "TradingDateTime": {},
  "TradingDateTimePart": {},
  "DBGen": {},
  "Amount": {},
  "ReceiptID": {},
  "ApplicationClientID": {},
  "ApplicationClientStringIDs": {},
  "NonSaleActivityStringIDs": {},
  "Created_TerminalStringIDs": {},
  "ZReportStringIDs": {},
  "Cashier_EmployeeStringIDs": {},
  "Manager_EmployeeStringIDs": {},
  "PaymentTypeStringIDs": {},
  "CurrencyStringIDs": {},
  "RemarkStringIDs": {}
}