TimesheetLineEntries
Return timesheet entries for an AccountRight company file
Columns
Name | Type | ReadOnly | Description |
TimeSheetId [KEY] | Uuid | True |
Unique category identifier in the form of a guid. |
EntryId | 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 |
The ID of the company file. Takes precedence over the CompanyFileId connection property. |