Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The project role uuid
The name of the role (max 255 chars).
Whether the role is still active on the project.
Whether the role is billable. Defaults to the project's billability and is overridden to false if the project is non-billable.
The billing rate for this role. Will only be applied for billable projects and roles.
The number of billable hours to budget. This will only get used if useBudget is true and budgetMode is "detailed" on the project.
The number of non-billable hours to budget. This will only get used if useBudget is true and budgetMode is "detailed" on the project.
The number of billable hours on the monthly budget. This will only get used if useMonthlyBudget is true and monthlyBudgetMode is "detailed" on the project.
The number of non-billable hours on the monthly budget. This will only get used if useMonthlyBudget is true and monthlyBudgetMode is "detailed" on the project.
The discipline ID (uuid) for this role.
The practice ID (uuid) for this role.
The location ID (uuid) for this role.
200
The unique identifier for the object.
The name of the role (max 255 chars).
Whether the role is still active on the project.
Whether the role is billable. Defaults to the project's billability and is overridden to false if the project is non-billable.
The billing rate for this role. null when the role or project is non-billable.
The timestamp when the object was created.
The discipline associated with this role. null if not assigned.
The practice associated with this role. null if not assigned.
The location associated with this role. null if not assigned.
The project this role belongs to.
The budget hours for this role. null when the project does not use a budget.
The monthly budget hours for this role. null when the project does not use a monthly budget in detailed mode.