# Claim Deduction Types ## Create ClaimDeductionType - [POST /claim-deduction-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-deduction-types/createclaimdeductiontype.md): Creates a new ClaimDeductionType ## List ClaimDeductionType - [GET /claim-deduction-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-deduction-types/listclaimdeductiontype.md): Lists all ClaimDeductionType ## Get ClaimDeductionType - [GET /claim-deduction-types/{deductionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-deduction-types/getclaimdeductiontype.md): Gets ClaimDeductionType ## Update ClaimDeductionType - [PUT /claim-deduction-types/{deductionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-deduction-types/updateclaimdeductiontype.md): Updates a specific ClaimDeductionType. ## Delete ClaimDeductionType - [DELETE /claim-deduction-types/{deductionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-deduction-types/deleteclaimdeductiontype.md): Deletes an ClaimDeductionType ## Create or Update Batch ClaimDeductionType - [PUT /claim-deduction-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-deduction-types/updatebatchclaimdeductiontype.md): Create or Update multiple ClaimDeductionType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.