Total time spent on the project.
Represents a duration in days or hours. ISO value is formatted as an ISO-8601 duration string.
For example P5DT8H represents 128 hours. When sending a duration to the server, please only send either a value or an iso. In most cases, the
unit is set on the project's organization and thus should not be sent in the request.
{
"value": 128,
"iso": "P5DT8H",
"unit": "hour"
}Standard price value of all time spent on the project. Represents an amount of money. Is a value object containing a decimal number and a currency.
Current total progress percentage for the project.
0.01Total amount invoiced to the client for this project. Represents an amount of money. Is a value object containing a decimal number and a currency.
Equal to Spent - TotalInvoiced. In other words, is equal to the standard price value of all uninvoiced time spent on the project. Represents an amount of money. Is a value object containing a decimal number and a currency.
Standard price value of the current budget overrun. Represents an amount of money. Is a value object containing a decimal number and a currency.
Standard price value of the planned total budgeted overrun. Represents an amount of money. Is a value object containing a decimal number and a currency.
Price for this project (estimated based on initial time estimate for time and materials contracts). Represents an amount of money. Is a value object containing a decimal number and a currency.
Ratio between (accounting) Revenue and (financials) Spent.
x >= 0Must be a multiple of 0.01Ratio between Price and InitialBudget.
x >= 0Must be a multiple of 0.01Ratio between Price and RevisedBudget.
x >= 0Must be a multiple of 0.01Ratio of the total discount already "spent". Represents an amount of money. Is a value object containing a decimal number and a currency.
Equal to Spent - CurrentDiscount. Represents an amount of money. Is a value object containing a decimal number and a currency.
Budget remaining (amount). Equal to RevisedBudget - Spent. Represents an amount of money. Is a value object containing a decimal number and a currency.
Time budget remaining.
Represents a duration in days or hours. ISO value is formatted as an ISO-8601 duration string.
For example P5DT8H represents 128 hours. When sending a duration to the server, please only send either a value or an iso. In most cases, the
unit is set on the project's organization and thus should not be sent in the request.
{
"value": 128,
"iso": "P5DT8H",
"unit": "hour"
}