# Billing Milestones

Billing milestones allow you to set up billable items in a project that are separate from the Task Tracker work and have invoicing rules.
A set of billing milestones in a project is known as the [Billing Schedule](https://knowledge.kantata.com/hc/en-us/articles/35123275585947).

 - [GET /billing_milestones](https://developer.kantata.com/kantata/specification/billing-milestones/get%20billing%20milestones.md): Gets a list of billing milestones. This endpoint returns structured Billing Milestones objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `resul
 - [POST /billing_milestones](https://developer.kantata.com/kantata/specification/billing-milestones/create%20billing%20milestone.md): Add a billing milestone to your Billing Schedule. Up to 100 billing milestones can be created in one request. This endpoint returns structured Billing Milestones objects. As with all Kantata OX API en
 - [GET /billing_milestones/{id}](https://developer.kantata.com/kantata/specification/billing-milestones/get%20billing%20milestone.md): Gets a single billing milestone. This endpoint returns structured Billing Milestones objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results
 - [PUT /billing_milestones/{id}](https://developer.kantata.com/kantata/specification/billing-milestones/update%20billing%20milestone.md): Edit information for a billing milestone in your Billing Schedule. You can only edit billing milestones that have not been invoiced. This endpoint returns structured Billing Milestones objects. As wit
 - [DELETE /billing_milestones/{id}](https://developer.kantata.com/kantata/specification/billing-milestones/delete%20billing%20milestone.md): Delete a billing milestone in your Billing Schedule. You can only delete billing milestones that have not been invoiced. The response will contain no content and an HTTP 204 status code if the request
