# HIPAA Plan Types ## Create HIPAAPlanType - [POST /hipaa-plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/createhipaaplantype.md): Creates a new HIPAAPlanType ## List HIPAAPlanType - [GET /hipaa-plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/listhipaaplantype.md): Lists all HIPAAPlanType given a specific ## Get HIPAAPlanType - [GET /hipaa-plan-types/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/gethipaaplantype.md): Gets HIPAAPlanType ## Update HIPAAPlanType - [PUT /hipaa-plan-types/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/updatehipaaplantype.md): Updates a specific HIPAAPlanType. ## Delete HIPAAPlanType - [DELETE /hipaa-plan-types/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/deletehipaaplantype.md): Deletes an HIPAAPlanType ## Create or Update Batch HIPAAPlanType - [PUT /hipaa-plan-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/updatebatchhipaaplantype.md): Create or Update multiple HIPAAPlanType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.