Skip to main content

Work item of a project.

name
string
required
id
integer
Required range: x >= 1
code
string
description
string | null

Optional description of the expected work to be done.

jobQualificationRateId
integer
Required range: x >= 1
jobQualificationRate
object

The expected job qualification rate for assigned users.

status
enum<string>
default:ongoing

Time submission is disabled whenever a service is suspended or done. Once done, the service revised budget is brought to the actual amount spent.

Available options:
ongoing,
suspended,
completed
initialTimeEstimate
object

Also serves as maximum billable time on not-to-exceed time and materials contracts.

Examples:
{
"value": 128,
"iso": "P5DT8H",
"unit": "hour"
}
revisedTimeEstimate
object | null

Can only be modified through the estimate-to-complete ressource. 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.

Examples:
{
"value": 128,
"iso": "P5DT8H",
"unit": "hour"
}
initialBudget
object | null

Equal to initialTimeEstimate multiplied by the standardRate. Represents an amount of money. Is a value object containing a decimal number and a currency.

revisedBudget
object | null

Equal to revisedTimeEstimate multiplied by the standardRate. Represents an amount of money. Is a value object containing a decimal number and a currency.

estimatedOverrun
object | null

Difference between revised and initial budgets. Represents an amount of money. Is a value object containing a decimal number and a currency.

billRate
object | null

Required for time and materials contracts. Automatically calculated for fixed price contracts. Represents an amount of money per day or hour.

price
object | null

Required for fixed price contracts. Represents an amount of money. Is a value object containing a decimal number and a currency.

discount
object | null

Equal to the plannedRevenue minus the initialBudget. Represents an amount of money. Is a value object containing a decimal number and a currency.

discountRate
number | null
Must be a multiple of 0.1
subContractingRelationship
enum<string>
default:none
Available options:
none,
external,
internal
subcontractType
enum<string> | null
Available options:
fixedPrice,
timeAndMaterials
subcontractingFixedCost
object | null

Fixed price of the bought service from the provider.

Represents an amount of money. Is a value object containing a decimal number and a currency.

subcontractingCostRate
object | null

Daily or hourly rate billed from the service provider.

Represents an amount of money per day or hour.

subcontractingProjectId
integer | null

In case of "internal sub-contracting", i.e. this project-service was sub-contracted to another organization in Lucca Project. Identifier of the project that represents the externalized services in the other organization.

Required range: x >= 1
createdAt
string<date-time>

Timestamp of the service creation.

lastModifiedAt
string<date-time>

Timestamp of the service last update.

I