# Cost Rates

Cost Rate represents the hourly cost for an account member, specified in a specific currency. A cost rate
with the same currency as the account default currency is called the `default cost rate`.

 - [GET /cost_rates](https://developer.kantata.com/kantata/specification/cost-rates/get%20cost%20rates.md): This endpoint returns structured Cost Rate 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 `
 - [POST /cost_rates](https://developer.kantata.com/kantata/specification/cost-rates/create%20cost%20rate.md): Creates a new cost rate for a specified account membership and currency. If a cost rate already exists for the specified account membership and currency, it will be overridden, effectively making this
 - [PUT /cost_rates/{id}](https://developer.kantata.com/kantata/specification/cost-rates/update%20cost%20rate.md): This endpoint returns structured Cost Rate 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 `
 - [DELETE /cost_rates/{id}](https://developer.kantata.com/kantata/specification/cost-rates/delete%20cost%20rate.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
