# Claim Batch Types ## Create ClaimBatchType - [POST /claim-batch-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/createclaimbatchtype.md): Creates a new ClaimBatchType ## List ClaimBatchType - [GET /claim-batch-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/listclaimbatchtype.md): Lists all ClaimBatchType ## Get ClaimBatchType - [GET /claim-batch-types/{batchType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/getclaimbatchtype.md): Gets ClaimBatchType ## Update ClaimBatchType - [PUT /claim-batch-types/{batchType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/updateclaimbatchtype.md): Updates a specific ClaimBatchType. ## Delete ClaimBatchType - [DELETE /claim-batch-types/{batchType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/deleteclaimbatchtype.md): Deletes an ClaimBatchType ## Create or Update Batch ClaimBatchType - [PUT /claim-batch-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/updatebatchclaimbatchtype.md): Create or Update multiple ClaimBatchType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.