# Plan Benefit Provider Types ## Create PlanBenCodeProviderType - [POST /plans/{planID}/benefits/{benefitCode}/provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/createplanbencodeprovidertype.md): Creates a new PlanBenCodeProviderType ## List PlanBenCodeProviderType - [GET /plans/{planID}/benefits/{benefitCode}/provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/listplanbencodeprovidertype.md): Lists all PlanBenCodeProviderType for the given planID and benefitCode ## Get PlanBenCodeProviderType - [GET /plans/{planID}/benefits/{benefitCode}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/getplanbencodeprovidertype.md): Gets PlanBenCodeProviderType ## Update PlanBenCodeProviderType - [PUT /plans/{planID}/benefits/{benefitCode}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/updateplanbencodeprovidertype.md): Updates a specific PlanBenCodeProviderType. ## Delete PlanBenCodeProviderType - [DELETE /plans/{planID}/benefits/{benefitCode}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/deleteplanbencodeprovidertype.md): Deletes an PlanBenCodeProviderType ## Create or Update Batch PlanBenCodeProviderType - [PUT /plans/{planID}/benefits/{benefitCode}/provider-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/updatebatchplanbencodeprovidertype.md): Create or Update multiple PlanBenCodeProviderType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.