# Claim Coding Rule Types ## Create ClaimCodingRuleType - [POST /claim-coding-rule-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/createclaimcodingruletype.md): Creates a new ClaimCodingRuleType ## List ClaimCodingRuleType - [GET /claim-coding-rule-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/listclaimcodingruletype.md): Lists all ClaimCodingRuleType ## Get ClaimCodingRuleType - [GET /claim-coding-rule-types/{ruleType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/getclaimcodingruletype.md): Gets ClaimCodingRuleType ## Update ClaimCodingRuleType - [PUT /claim-coding-rule-types/{ruleType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/updateclaimcodingruletype.md): Updates a specific ClaimCodingRuleType. ## Delete ClaimCodingRuleType - [DELETE /claim-coding-rule-types/{ruleType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/deleteclaimcodingruletype.md): Deletes an ClaimCodingRuleType ## Create or Update Batch ClaimCodingRuleType - [PUT /claim-coding-rule-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/updatebatchclaimcodingruletype.md): Create or Update multiple ClaimCodingRuleType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.