# Group Volumes ## Create GroupVolume - [POST /groups/{groupID}/volumes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/group-volumes/creategroupvolume.md): Creates a new GroupVolume ## List GroupVolume - [GET /groups/{groupID}/volumes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/group-volumes/listgroupvolume.md): Lists all GroupVolume for the given groupID ## List GroupVolume nested by Division/Plan/Benefit - [GET /groups-volumes-nested](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/group-volumes/listgroupvolumenested.md): Lists all GroupVolume for the given groupID and have it nested by Division, then by Plan, then by Benefit. ## Get GroupVolume - [GET /groups/{groupID}/volumes/{groupVolumeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/group-volumes/getgroupvolume.md): Gets GroupVolume ## Update GroupVolume - [PUT /groups/{groupID}/volumes/{groupVolumeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/group-volumes/updategroupvolume.md): Updates a specific GroupVolume. ## Delete GroupVolume - [DELETE /groups/{groupID}/volumes/{groupVolumeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/group-volumes/deletegroupvolume.md): Deletes an GroupVolume ## Create or Update Batch GroupVolume - [PUT /groups/{groupID}/volumes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/group-volumes/updatebatchgroupvolume.md): Create or Update multiple GroupVolume at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.