# Capitation Types ## Create CapitationType - [POST /capitation-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/createcapitationtype.md): Creates a new CapitationType ## List CapitationType - [GET /capitation-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/listcapitationtype.md): Lists all CapitationType ## Get CapitationType - [GET /capitation-types/{capitationType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/getcapitationtype.md): Gets CapitationType ## Update CapitationType - [PUT /capitation-types/{capitationType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/updatecapitationtype.md): Updates a specific CapitationType. ## Delete CapitationType - [DELETE /capitation-types/{capitationType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/deletecapitationtype.md): Deletes an CapitationType ## Create or Update Batch CapitationType - [PUT /capitation-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/updatebatchcapitationtype.md): Create or Update multiple CapitationType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.