Tasks
Columns
Name
Type
ReadOnly
Description
Id [KEY]
String
False
A unique combination of the project and task identifiers
TaskId
String
True
The unique Xero identifier of the task.
ProjectId
String
False
The ID of the project
Name
String
False
The name of the task
ChargeType
String
False
One of TIME, FIXED or NON_CHARGEABLE
RateValue
Decimal
False
The per-hour rate billed for the task
RateCurrency
String
False
The currency of the RateValue
EstimateMinutes
Int
False
The estimated number of minutes to complete the task
TotalMinutes
Int
True
The total number of minutes logged against the task
TotalAmountValue
Decimal
True
The total value of the task, TotalMinutes multiplied by RateValue
TotalAmountCurrency
String
True
The currency of the TotalAmountValue
MinutesToBeInvoiced
Int
True
The minutes on this task that have not been invoiced
MinutesInvoiced
Int
True
The minutes on this task that have been invoiced
NonChargeableMinutes
Int
True
The minutes on this task that cannot be charged
AmountToBeInvoicedValue
Decimal
True
The total value of the task that has not been invoiced, MinutesToBeInvoiced multiplied by RateValue
AmountToBeInvoicedCurrency
String
True
The currency of the AmountToBeInvoicedValue
AmountInvoicedValue
Decimal
True
The total value of the task that has been invoiced, MinutesInvoiced multiplied by RateValue
AmountInvoicedCurrency
String
True
The currency of the AmountInvoicedValue
Status
String
True
One of ACTIVE, INVOICED or LOCKED
TenantId
String
False
The ID of the tenant to query instead of the connection tenant
Last updated