Allocation date object

🚧

Allocations are only available in the pro plan and require the resource allocations feature to be turned on in your workspace.

Example

{
  "date": "2025-07-31",
  "hours": 8,
  "costCurrency": "USD",
  "costPerHour": 64.53,
  "isWorkingDay": true
}

Attributes

NameTypeDescription
datedateThe date of the allocation date. Will be in the form YYYY-MM-DD.
hoursnumberThe hours of the allocation date.
costCurrencystringThe currency code for the cost.
costPerHournumberThe cost per hour applicable to this allocation date.
isWorkingDaybooleanA flag to indicate if the allocation date is a working day.