# Check Types ## Create CheckType - [POST /check-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/createchecktype.md): Creates a new CheckType ## List CheckType - [GET /check-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/listchecktype.md): Lists all CheckType ## Get CheckType - [GET /check-types/{checkType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/getchecktype.md): Gets CheckType ## Update CheckType - [PUT /check-types/{checkType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/updatechecktype.md): Updates a specific CheckType. ## Delete CheckType - [DELETE /check-types/{checkType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/deletechecktype.md): Deletes an CheckType ## Create or Update Batch CheckType - [PUT /check-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/updatebatchchecktype.md): Create or Update multiple CheckType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.