# Client Invoice Defaults

Represents the default configuration for presenting invoices to clients.

 - [GET /client_invoice_defaults](https://developer.kantata.com/kantata/specification/client-invoice-defaults/get%20client%20invoice%20defaults.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
 - [POST /client_invoice_defaults](https://developer.kantata.com/kantata/specification/client-invoice-defaults/create%20client%20invoice%20defaults.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
 - [GET /client_invoice_defaults/{id}](https://developer.kantata.com/kantata/specification/client-invoice-defaults/get%20client%20invoice%20defaults%20by%20id.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
 - [PUT /client_invoice_defaults/{id}](https://developer.kantata.com/kantata/specification/client-invoice-defaults/update%20client%20invoice%20defaults%20by%20id.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
 - [DELETE /client_invoice_defaults/{id}](https://developer.kantata.com/kantata/specification/client-invoice-defaults/delete%20client%20invoice%20defaults%20by%20id.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
