# Tooth Charts ## Create ToothChart - [POST /tooth-charts/{chartType}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/createtoothchart.md): Creates a new ToothChart ## Get ToothChart - [GET /tooth-charts/{chartType}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/gettoothchart.md): Gets ToothChart ## Update ToothChart - [PUT /tooth-charts/{chartType}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/updatetoothchart.md): Updates a specific ToothChart. ## Delete ToothChart - [DELETE /tooth-charts/{chartType}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/deletetoothchart.md): Deletes an ToothChart ## List ToothChart - [GET /tooth-charts/{chartType}/teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/listtoothchart.md): Lists all ToothChart for the given chartType ## Create or Update Batch ToothChart - [PUT /tooth-charts/{chartType}/teeth-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/updatebatchtoothchart.md): Create or Update multiple ToothChart at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.