Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.27 KB

RequestsProjectProfitability.md

File metadata and controls

19 lines (14 loc) · 1.27 KB

RequestsProjectProfitability

Properties

Name Type Description Notes
billable bool Whether the project is set as billable, optional, premium feature. [optional]
client_ids list[int] Client IDs, optional. A nil entry on this list means that only projects without client will be selected. [optional]
currency str Currency, example: "usd".
end_date str End date, optional, example: time.DateOnly. Should be greater than Start date. [optional]
project_ids list[int] Project IDS, optional. [optional]
resolution str Resolution, optional. Can be "day", "week" or "month". [optional]
rounding int Rounding, optional, duration rounding settings, premium feature. [optional]
rounding_minutes int RoundingMinutes, optional, duration rounding minutes settings, premium feature. [optional]
start_date str Start date, optional, example: time.DateOnly. Should be less than End date. [optional]

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