Skip to main content
PATCH
Update a utilization target period
A period defining a member’s billable utilization targets.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The utilization target period uuid.

Body

application/json
targetPercentage
number | null

The target billable utilization percentage for this period. Must be between 0 and 999.99.

start
string<date>

The start date for the period. Must be in the form YYYY-MM-DD.

Response

200

id
string

The unique identifier for the object.

start
string<date>

The start date for the period. Will be in the form YYYY-MM-DD.

targetPercentage
number | null

The target billable utilization percentage for this period.

createdAt
string<date-time>

The timestamp when the object was created.

isDefault
boolean

Whether this is the default utilization target period for the member.

end
string<date> | null

The end date for the period. Will be in the form YYYY-MM-DD. null if the period has no end date.