Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 783 Bytes

TimesheetEntryRequest.md

File metadata and controls

14 lines (11 loc) · 783 Bytes

# TimesheetEntryRequest

Properties

Name Type Description Notes
employee string The employee the timesheet entry is for. [optional]
hours_worked double The number of hours logged by the employee. [optional]
start_time \DateTime The time at which the employee started work. [optional]
end_time \DateTime The time at which the employee ended work. [optional]
integration_params array<string,mixed> [optional]
linked_account_params array<string,mixed> [optional]

[Back to Model list] [Back to API list] [Back to README]