# Capitation Adjustment Types ## Create CapitationAdjustmentType - [POST /capitation-adjustment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/createcapitationadjustmenttype.md): Creates a new CapitationAdjustmentType ## List CapitationAdjustmentType - [GET /capitation-adjustment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/listcapitationadjustmenttype.md): Lists all CapitationAdjustmentType ## Get CapitationAdjustmentType - [GET /capitation-adjustment-types/{capitationAdjustmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/getcapitationadjustmenttype.md): Gets CapitationAdjustmentType ## Update CapitationAdjustmentType - [PUT /capitation-adjustment-types/{capitationAdjustmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/updatecapitationadjustmenttype.md): Updates a specific CapitationAdjustmentType. ## Delete CapitationAdjustmentType - [DELETE /capitation-adjustment-types/{capitationAdjustmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/deletecapitationadjustmenttype.md): Deletes an CapitationAdjustmentType ## Create or Update Batch CapitationAdjustmentType - [PUT /capitation-adjustment-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/updatebatchcapitationadjustmenttype.md): Create or Update multiple CapitationAdjustmentType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.