Structure of Snap Schedule 365 object: OpenShiftAssignment
PROPERTIES
| Title | Type | Description | 
|---|---|---|
| ID | number | ID of the open shift assignment | 
| IsActive | boolean | Active status of the open shift assignment | 
| ShiftID | number (references Shift) | Identifies the shift for this open shift assignment | 
| PositionFilter | PositionFilter | Specifies a position filter (stored in XML) | 
| SkillFilter | SkillFilter | Specified as skill filter (stored in XML) | 
| AssignmentReasonID | number (references Definition) | Identifies an assignment reason for this open shift assignment | 
| RequiredCount | number | Required number of employees for this open shift assignment | 
| Date | Date | Identifies the date (not time) for this open shift assignment | 
| IsOnCall | boolean | Is this an on-call open shift assignment? | 
| IsShiftAdjusted | boolean | Has the shift start time, end time, or unpaid duration been adjusted for this open shift assignment? | 
| AdjustedStartTime | Date | Adjusted assignment start time (applicable only if IsShiftAdjusted = true) | 
| AdjustedDuration | number | Adjusted assignment duration in minutes (applicable only if IsShiftAdjusted = true) | 
| AdjustedUnpaidDuration | number | Adjusted assignment unpaid duration (applicable only if IsShiftAdjusted = true) | 
| Notes | string | Any notes for this open shift assignment | 
| DateCreated | Date | Date and time that the open shift assignment was created | 
| LastUpdated | Date | Date and time that the open shift assignment was updated | 
| OpenShiftAssignmentBids | OpenShiftAssignmentBid Array | Array of OpenShiftAssignmentBid objects. | 
| CompanyTimeNow | Date | The current date and time in the account’s defined timezone. |