# Provider Affiliation ## Create ProviderAffiliation - [POST /providers/{providerID}/affiliations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/createprovideraffiliation.md): Creates a new ProviderAffiliation ## List ProviderAffiliation - [GET /providers/{providerID}/affiliations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/listprovideraffiliation.md): Gets all ProviderAffiliations for a specific Provider ## Get ProviderAffiliation - [GET /providers/{providerID}/affiliations/{affiliationProviderID}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/getprovideraffiliation.md): Gets ProviderAffiliation ## Update ProviderAffiliation - [PUT /providers/{providerID}/affiliations/{affiliationProviderID}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/updateprovideraffiliation.md): Updates a specific ProviderAffiliation. ## Delete ProviderAffiliation - [DELETE /providers/{providerID}/affiliations/{affiliationProviderID}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/deleteprovideraffiliation.md): Deletes an ProviderAffiliation ## Create or Update Batch ProviderAffiliation - [PUT /providers/{providerID}/affiliations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/updatebatchprovideraffiliation.md): Create or Update multiple ProviderAffiliation at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.