# Plan Benefit Tooth Maximums ## Create PlanMaximumTooth - [POST /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-tooth-maximums/createplanmaximumtooth.md): Creates a new PlanMaximumTooth ## List PlanMaximumTooth - [GET /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-tooth-maximums/listplanmaximumtooth.md): Lists all PlanMaximumTooth for the given planID and benefitCode and maxID ## Get PlanMaximumTooth - [GET /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-tooth-maximums/getplanmaximumtooth.md): Gets PlanMaximumTooth ## Delete PlanMaximumTooth - [DELETE /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-tooth-maximums/deleteplanmaximumtooth.md): Deletes an PlanMaximumTooth ## Create or Update Batch PlanMaximumTooth - [PUT /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/teeth-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-tooth-maximums/updatebatchplanmaximumtooth.md): Create or Update multiple PlanMaximumTooth at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.