# Provider Credentialing Counties ## Create ProviderCredCounty - [POST /provider-credentialing/{providerCredKey}/counties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/createprovidercredcounty.md): Creates a new ProviderCredCounty ## List ProviderCredCounty - [GET /provider-credentialing/{providerCredKey}/counties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/listprovidercredcounty.md): Lists all ProviderCredCounty for the given providerCredKey ## Get ProviderCredCounty - [GET /provider-credentialing/{providerCredKey}/counties/{countyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/getprovidercredcounty.md): Gets ProviderCredCounty ## Update ProviderCredCounty - [PUT /provider-credentialing/{providerCredKey}/counties/{countyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/updateprovidercredcounty.md): Updates a specific ProviderCredCounty. ## Delete ProviderCredCounty - [DELETE /provider-credentialing/{providerCredKey}/counties/{countyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/deleteprovidercredcounty.md): Deletes an ProviderCredCounty ## Create or Update Batch ProviderCredCounty - [PUT /provider-credentialing/{providerCredKey}/counties-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/updatebatchprovidercredcounty.md): Create or Update multiple ProviderCredCounty at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.