# 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.

## Fetching a list of Billable Utilizations

 - [GET /billable_utilizations](https://developer.kantata.com/kantata/specification/billable-utilizations/get-billable-utilizations.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 ID in the billable_utilizations top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Billable Utilization

 - [POST /billable_utilizations](https://developer.kantata.com/kantata/specification/billable-utilizations/create-billable-utilization.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 ID in the billable_utilizations top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Billable Utilization

 - [GET /billable_utilizations/{id}](https://developer.kantata.com/kantata/specification/billable-utilizations/get-billable-utilization.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 ID in the billable_utilizations top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Billable Utilization

 - [PUT /billable_utilizations/{id}](https://developer.kantata.com/kantata/specification/billable-utilizations/update-billable-utilization.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 ID in the billable_utilizations top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Billable Utilization

 - [DELETE /billable_utilizations/{id}](https://developer.kantata.com/kantata/specification/billable-utilizations/delete-billable-utilization.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 explaining why the object could not be deleted.

