Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.09 KB

TimeTracking.md

File metadata and controls

21 lines (18 loc) · 1.09 KB

TimeTracking

Properties

Name Type Description Notes
cleared_at \DateTime [optional]
created_at \DateTime [optional]
date_from_at \DateTime [optional]
date_thru_at \DateTime [optional]
description string
hourly_rate float Hourly rate in cents (e.g. "150" = 1.50€) [optional] [default to 0.0]
id int [optional]
note string [optional] [default to 'null']
number string Can be chosen freely [optional]
position_id int [optional]
project_id int [optional]
login_id int If omitted or null, the currently active login is used. [optional]
timer_value int Tracked time in minutes [optional]

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