Field | Type | Required | Description | Example |
---|---|---|---|---|
hours_worked |
OptionalNullable[float] | ➖ | The number of hours worked | 40 |
start_time |
date | ➖ | The start time of the timesheet entry | 2024-10-01T08:00:00Z |
end_time |
date | ➖ | The end time of the timesheet entry | 2024-10-01T16:00:00Z |
employee_id |
OptionalNullable[str] | ➖ | The UUID of the associated employee | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
remote_was_deleted |
Optional[bool] | ➖ | Indicates if the timesheet entry was deleted in the remote system | false |
field_mappings |
OptionalNullable[models.UnifiedHrisTimesheetEntryInputFieldMappings] | ➖ | The custom field mappings of the object between the remote 3rd party & Panora | { "custom_field_1": "value1", "custom_field_2": "value2" } |