# Client Invoice Defaults

Represents the default configuration for presenting invoices to clients.

## Fetching a list of Client Invoice Defaults

 - [GET /client_invoice_defaults](https://developer.kantata.com/kantata/specification/client-invoice-defaults/get-client-invoice-defaults.md): This endpoint returns structured Client Invoice Defaults 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 client_invoice_defaults top-level JSON key.
Please see our Response Format section for more information.

## Creating Client Invoice Defaults

 - [POST /client_invoice_defaults](https://developer.kantata.com/kantata/specification/client-invoice-defaults/create-client-invoice-defaults.md): This endpoint returns structured Client Invoice Defaults 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 client_invoice_defaults top-level JSON key.
Please see our Response Format section for more information.

## Fetching Client Invoice Defaults by ID

 - [GET /client_invoice_defaults/{id}](https://developer.kantata.com/kantata/specification/client-invoice-defaults/get-client-invoice-defaults-by-id.md): This endpoint returns structured Client Invoice Defaults 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 client_invoice_defaults top-level JSON key.
Please see our Response Format section for more information.

## Updating Client Invoice Defaults by ID

 - [PUT /client_invoice_defaults/{id}](https://developer.kantata.com/kantata/specification/client-invoice-defaults/update-client-invoice-defaults-by-id.md): This endpoint returns structured Client Invoice Defaults 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 client_invoice_defaults top-level JSON key.
Please see our Response Format section for more information.

## Deleting Client Invoice Defaults by ID

 - [DELETE /client_invoice_defaults/{id}](https://developer.kantata.com/kantata/specification/client-invoice-defaults/delete-client-invoice-defaults-by-id.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.

