TimesheetLineEntries
Return timesheet entries for an AccountRight company file
Columns
| Name | Type | ReadOnly | References | Description |
| TimeSheetId [KEY] | Uuid | True |
Timesheets.Id |
Unique category identifier in the form of a guid. |
| EntryId [KEY] | Uuid | True |
Unique guid identifier belonging to the line entry. | |
| EntryDate | Datetime | False |
Date of the entry, format YYYY-MM-DD HH:MM:SS | |
| EntryHours | Double | False |
Number of hours assigned for entry day. | |
| EntryProcessed | Boolean | True |
indicates the timesheet entry has been processed or not as part of payroll | |
| CompanyFileId | String | True |
CompanyFiles.ID |
ID of the company file. Takes precedence over the CompanyFileId property. |