Utilization target period object

Defines a member’s billable utilization targets over time.

Example

{
  "id": "8e6d6316-5bc2-4135-b99c-f604f29051ab",
  "start": "2024-11-01",
  "targetPercentage": 85,
  "createdAt": "2024-11-08T00:50:42.006Z",
  "isDefault": false,
  "end": "2025-10-31"
}

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
startdateThe start date for the period. Will be in the form YYYY-MM-DD.
targetPercentagenumberThe target billable utilization percentage for this period.
createdAttimestampThe timestamp when the object was created.
isDefaultbooleanA flag to indicate if the utilization target period is the default.
enddateThe end date for the period. Will be in the form YYYY-MM-DD.