# Claim Rule Dependents ## Create ClaimRuleDependent - [POST /claim-rules/{claimRuleKey}/dependent-claim-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-rule-dependents/createclaimruledependent.md): Creates a new ClaimRuleDependent ## List ClaimRuleDependent - [GET /claim-rules/{claimRuleKey}/dependent-claim-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-rule-dependents/listclaimruledependent.md): Lists all ClaimRuleDependent for the given claimRuleKey ## Get ClaimRuleDependent - [GET /claim-rules/{claimRuleKey}/dependent-claim-rules/{dependentClaimRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-rule-dependents/getclaimruledependent.md): Gets ClaimRuleDependent ## Delete ClaimRuleDependent - [DELETE /claim-rules/{claimRuleKey}/dependent-claim-rules/{dependentClaimRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-rule-dependents/deleteclaimruledependent.md): Deletes an ClaimRuleDependent ## Create or Update Batch ClaimRuleDependent - [PUT /claim-rules/{claimRuleKey}/dependent-claim-rules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-rule-dependents/updatebatchclaimruledependent.md): Create or Update multiple ClaimRuleDependent at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.