# State Interest ## Create StateInterest - [POST /state-interests](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/createstateinterest.md): Creates a new StateInterest ## List StateInterest - [GET /state-interests](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/liststateinterest.md): Lists all StateInterest ## Get StateInterest - [GET /state-interests/{stateInterestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/getstateinterest.md): Gets StateInterest ## Update StateInterest - [PUT /state-interests/{stateInterestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/updatestateinterest.md): Updates a specific StateInterest. ## Delete StateInterest - [DELETE /state-interests/{stateInterestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/deletestateinterest.md): Deletes an StateInterest ## Create or Update Batch StateInterest - [PUT /state-interests-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/updatebatchstateinterest.md): Create or Update multiple StateInterest at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.