Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.14 KB

Project.md

File metadata and controls

21 lines (18 loc) · 1.14 KB

Project

Properties

Name Type Description Notes
budget_amount int Project budget in cents (e.g. "150" = 1.50€) [optional]
budget_time int Time budget in minutes (e.g. "90" = 1 hour and 30 minutes) [optional]
customer_id int [optional]
hourly_rate float Hourly rate in cents (e.g. "150" = 1.50€) [optional]
id int [optional]
login_id int If omitted or null, the currently active login is used [optional]
name string
note string [optional] [default to 'null']
status string [optional] [default to 'OPEN']
due_at \DateTime [optional]
budget_notify_frequency string [optional] [default to 'ALWAYS']
consumed_time int [optional]
consumed_amount int [optional]

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