Structure of Snap Schedule 365 object: TimeOffBankTransaction
PROPERTIES
| Title | Type | Description | 
|---|---|---|
| ID | number | ID of the time off bank transaction | 
| TimeOffBankID | number (references TimeOffBank) | ID of the time off bank | 
| EmployeeID | number (references Employee) | ID of the employee | 
| Date | Date | Date for this transaction | 
| TransactionTypeValue | number | Type of transaction (0=reset balance, 1=offset balance) | 
| Hours | number | Amount of hours (positive or negative) for this transaction | 
| Notes | string | Any notes for this transaction | 
| DateCreated | Date | Date and time that the transaction was created | 
| LastUpdated | Date | Date and time that the transaction was updated | 
| CompanyTimeNow | Date | The current date and time in the account’s defined timezone. |