Constructor
new SoftSortPackrunSummaryModel(siteId)
SoftSortPackrunSummaryModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Soft-Sort Packrun Summary
Source
Members
averageEventsDurationnumber
The Average Duration of Soft-Sort Events for the Packrun expressed in Seconds
Type
-
number
Source
createdTimestampDate
When this Summary was Created
Type
-
Date
Source
deletedboolean
Whether the Soft-Sort Packrun Summary has been deleted
Type
-
boolean
Source
eventsAccurateboolean
Whether the Soft-Sort Events for this Summary are considered accurate or not
Type
-
boolean
Source
eventsFinalizedTimestampDate
Whether the Soft-Sort Events Data for this Summary has been Finalized
Type
-
Date
Source
eventsNotAccurateReasonstring
A Reason for why the Events for this Summary are not accurate. Applies when eventsAccurate
is false
Type
-
string
Source
eventsPerBinnumber
The Number of Soft-Sort Events per Bin Tipped
Type
-
number
Source
freshPackSoftSortApiObject
Results from Interacting with the FreshPack API to Send Soft-Sort Events Data
Type
-
Object
Source
idstring
The Soft-Sort Packrun Summary ID
Type
-
string
Source
packingLineIdstring
The Packing Line ID this Summary is associated with
Type
-
string
Source
packrunIdstring
The Packrun ID this Summary is associated with
Type
-
string
Source
siteIdnumber
The Site ID associated with this Soft-Sort Packrun Summary
Type
-
number
Source
totalEventsCountnumber
The Number of Soft-Sort Events that occurred for the Packrun
Type
-
number
Source
totalEventsDurationnumber
The Total Duration of all Soft-Sort Events for the Packrun expressed in Seconds
Type
-
number
Source
updateTimestampDate
When the Soft-Sort Packrun Summary was last updated
Type
-
Date
Source
Methods
fromJSON(json, siteId) → {SoftSortPackrunSummaryModel}
Create a new SoftSortPackrunSummaryModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
-
siteId
number
The Site ID associated with this Soft-Sort Packrun Summary
Returns
-
SoftSortPackrunSummaryModel