# Tooth Actions ## Create ToothAction - [POST /tooth-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/createtoothaction.md): Creates a new ToothAction ## List ToothAction - [GET /tooth-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/listtoothaction.md): Lists all ToothAction ## Get ToothAction - [GET /tooth-actions/{toothAction}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/gettoothaction.md): Gets ToothAction ## Update ToothAction - [PUT /tooth-actions/{toothAction}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/updatetoothaction.md): Updates a specific ToothAction. ## Delete ToothAction - [DELETE /tooth-actions/{toothAction}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/deletetoothaction.md): Deletes an ToothAction ## Create or Update Batch ToothAction - [PUT /tooth-actions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/updatebatchtoothaction.md): Create or Update multiple ToothAction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.