# Group Day Interval ## Create GroupDayInterval - [POST /group-day-intervals](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/creategroupdayinterval.md): Creates a new GroupDayInterval ## List GroupDayInterval - [GET /group-day-intervals](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/listgroupdayinterval.md): Lists all GroupDayInterval for the given Group_ID and Interval_Year and Interval_Month and Interval_Day ## Get GroupDayInterval - [GET /group-day-intervals/{Group_ID}/{Interval_Year}/{Interval_Month}/{Interval_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/getgroupdayinterval.md): Gets GroupDayInterval ## Update GroupDayInterval - [PUT /group-day-intervals/{Group_ID}/{Interval_Year}/{Interval_Month}/{Interval_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/updategroupdayinterval.md): Updates a specific GroupDayInterval. ## Delete GroupDayInterval - [DELETE /group-day-intervals/{Group_ID}/{Interval_Year}/{Interval_Month}/{Interval_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/deletegroupdayinterval.md): Deletes an GroupDayInterval ## Create or Update Batch GroupDayInterval - [PUT /group-day-intervals-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/updatebatchgroupdayinterval.md): Create or Update multiple GroupDayInterval at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.