# Claim Rule Provider Types ## Create ClaimRuleProviderType - [POST /claim-rules/{claimRuleKey}/provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/createclaimruleprovidertype.md): Creates a new ClaimRuleProviderType ## List ClaimRuleProviderType - [GET /claim-rules/{claimRuleKey}/provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/listclaimruleprovidertype.md): Lists all ClaimRuleProviderType for the given claimRuleKey ## Get ClaimRuleProviderType - [GET /claim-rules/{claimRuleKey}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/getclaimruleprovidertype.md): Gets ClaimRuleProviderType ## Update ClaimRuleProviderType - [PUT /claim-rules/{claimRuleKey}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/updateclaimruleprovidertype.md): Updates a specific ClaimRuleProviderType. ## Delete ClaimRuleProviderType - [DELETE /claim-rules/{claimRuleKey}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/deleteclaimruleprovidertype.md): Deletes an ClaimRuleProviderType ## Create or Update Batch ClaimRuleProviderType - [PUT /claim-rules/{claimRuleKey}/provider-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/updatebatchclaimruleprovidertype.md): Create or Update multiple ClaimRuleProviderType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.