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