Constructor
new ExternalShiftManagementController()
Source
Methods
static
updateTeamsHeadCount(objectData) → {Promise.<boolean>}
Update Teams Head Count [POST /integrations/packhouse/external-shift-management/update-teams-headcount]
Update the Current Shift Manning Head Count by Team for a given Packing Line
Parameters
-
objectData
ExternalShiftManagementController.PackingLineTeamsHeadCount
The Object Properties
Returns
-
Promise.<boolean>
Source
Type Definitions
PackingLineTeamsHeadCount
A PackingLineTeamsHeadCount Type
Type
-
Object
Properties
-
siteId
number
Numeric ID of the RICADO Site
-
packingLineId
string
UUID of the Packing Line
-
headCounts
Array.<ExternalShiftManagementController.TeamHeadCount>
An Array of Head Counts by Team
-
validAfterTimestamp
Date
Timestamp of when this Head Count Data should be Applied
Source
TeamHeadCount
A TeamHeadCount Type
Type
-
Object
Properties
-
team
string
Name of the Team
-
count
number
Number of People Present in the Team