Structure of Snap Schedule 365 object: TimeOffSchedule
PROPERTIES
| Title | Type | Description | 
|---|---|---|
| ID | number | ID of the scheduled time off | 
| EmployeeID | number (references Employee) | ID of the parent employee record | 
| Date | Date | Date of the scheduled time off | 
| StartTime | Date | Starting time of the scheduled time off | 
| TimeOffReasonID | number (references TimeOffReason) | Identifies the reason for the scheduled time off (e.g holiday, vacation, sick, etc.) | 
| Duration | number | Duration of scheduled time off in minutes (e.g. all day may only be recorded as 8 hours) | 
| Notes | string | Any notes for this scheduled time off | 
| DateCreated | Date | Date and time that the time off was scheduled | 
| LastUpdated | Date | Date and time that the scheduled time off was updated | 
| CompanyTimeNow | Date | The current date and time in the account’s defined timezone. |