# Provider Practice Types ## Create PracticeType - [POST /practice-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/createpracticetype.md): Creates a new PracticeType ## List PracticeType - [GET /practice-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/listpracticetype.md): Lists all PracticeType ## Get PracticeType - [GET /practice-types/{practiceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/getpracticetype.md): Gets PracticeType ## Update PracticeType - [PUT /practice-types/{practiceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/updatepracticetype.md): Updates a specific PracticeType. ## Delete PracticeType - [DELETE /practice-types/{practiceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/deletepracticetype.md): Deletes an PracticeType ## Create or Update Batch PracticeType - [PUT /practice-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/updatebatchpracticetype.md): Create or Update multiple PracticeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.