# Tooth Chart Types ## Create ToothChartType - [POST /tooth-chart-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/createtoothcharttype.md): Creates a new ToothChartType ## List ToothChartType - [GET /tooth-chart-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/listtoothcharttype.md): Lists all ToothChartType ## Get ToothChartType - [GET /tooth-chart-types/{chartType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/gettoothcharttype.md): Gets ToothChartType ## Update ToothChartType - [PUT /tooth-chart-types/{chartType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/updatetoothcharttype.md): Updates a specific ToothChartType. ## Delete ToothChartType - [DELETE /tooth-chart-types/{chartType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/deletetoothcharttype.md): Deletes an ToothChartType ## Create or Update Batch ToothChartType - [PUT /tooth-chart-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/updatebatchtoothcharttype.md): Create or Update multiple ToothChartType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.