Timesheet
Represents employee timesheets that record weekly or periodic time worked, including employee contact details, date ranges, posting configuration, and associated timesheet lines.
Columns
| Name | Type | ReadOnly | Description |
| attachment_Href | String | True |
The URL of the attachment associated with this timesheet. |
| attachment_Id | String | False |
The Id of the attachment associated with this timesheet. |
| attachment_Key | String | False |
The system-assigned key of the attachment associated with this timesheet. |
| auditCreatedBy | String | True |
The user who created the timesheet. |
| auditCreatedDateTime | Datetime | True |
The date and time when the timesheet was created. |
| auditModifiedBy | String | True |
The user who last modified the timesheet. |
| auditModifiedDateTime | Datetime | True |
The date and time when the timesheet was last modified. |
| beginDate | Date | False |
The start date of the period covered by this timesheet. |
| calculationMethod | String | True |
The method used to calculate hours or amounts on this timesheet. |
| description | String | False |
The description of this timesheet. |
| employeeContact_FirstName | String | True |
The first name of the employee contact associated with this timesheet. |
| employeeContact_Href | String | True |
The URL of the employee contact associated with this timesheet. |
| employeeContact_Id | String | True |
The Id of the employee contact associated with this timesheet. |
| employeeContact_Key | String | True |
The system-assigned key of the employee contact associated with this timesheet. |
| employeeContact_LastName | String | True |
The last name of the employee contact associated with this timesheet. |
| employee_Href | String | True |
The URL of the employee associated with this timesheet. |
| employee_Id | String | False |
The Id of the employee associated with this timesheet. |
| employee_Key | String | False |
The system-assigned key of the employee associated with this timesheet. |
| endDate | Date | True |
The end date of the period covered by this timesheet. |
| entity_Href | String | True |
The URL of the entity associated with this timesheet. |
| entity_Id | String | True |
The Id of the entity associated with this timesheet. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this timesheet. |
| entity_Name | String | True |
The name of the entity associated with this timesheet. |
| hoursInDay | Decimal | True |
The number of hours in a work day as configured for this timesheet. |
| href | String | True |
The URL of the timesheet resource. |
| id | String | True |
The unique identifier of the timesheet record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the timesheet record. |
| postActualLaborCost | Bool | True |
Indicates whether actual labor costs are posted to the general ledger for this timesheet. |
| postingDate | Date | False |
The date on which this timesheet is posted to the general ledger. |
| state | String | False |
The current state of this timesheet, such as draft, submitted, or approved. |
| unitOfMeasure | String | True |
The unit of measure used to record time on this timesheet. |
| ListAggregate_Lines | String | False |
The aggregate list of timesheet lines associated with this timesheet. |