# Billable Utilizations

Represents the billable utilization target for an account member. Each record has an effective date; the active billable utilization is the one with the most recent effective date. These endpoints are only accessible to users who are Administrators on the account.

 - [GET /billable_utilizations](https://developer.kantata.com/kantata/specification/billable-utilizations/get%20billable%20utilizations.md): This endpoint returns structured Billable Utilization objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by
 - [POST /billable_utilizations](https://developer.kantata.com/kantata/specification/billable-utilizations/create%20billable%20utilization.md): This endpoint returns structured Billable Utilization objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by
 - [GET /billable_utilizations/{id}](https://developer.kantata.com/kantata/specification/billable-utilizations/get%20billable%20utilization.md): This endpoint returns structured Billable Utilization objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by
 - [PUT /billable_utilizations/{id}](https://developer.kantata.com/kantata/specification/billable-utilizations/update%20billable%20utilization.md): This endpoint returns structured Billable Utilization objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by
 - [DELETE /billable_utilizations/{id}](https://developer.kantata.com/kantata/specification/billable-utilizations/delete%20billable%20utilization.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
