# Case Head Types ## Create CaseHeadType - [POST /case-head-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/createcaseheadtype.md): Creates a new CaseHeadType ## List CaseHeadType - [GET /case-head-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/listcaseheadtype.md): Lists all CaseHeadType ## Get CaseHeadType - [GET /case-head-types/{caseHeadType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/getcaseheadtype.md): Gets CaseHeadType ## Update CaseHeadType - [PUT /case-head-types/{caseHeadType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/updatecaseheadtype.md): Updates a specific CaseHeadType. ## Delete CaseHeadType - [DELETE /case-head-types/{caseHeadType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/deletecaseheadtype.md): Deletes an CaseHeadType ## Create or Update Batch CaseHeadType - [PUT /case-head-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/updatebatchcaseheadtype.md): Create or Update multiple CaseHeadType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.