Skip to main content
A logical grouping of booking bundles (packages / codes). Same idea as service groups and add-on groups: optional, ordered, i18n name and description. Deleting a group nulls group_id on its bundles. JSON:API type: booking-bundle-groups. Full request/response contract for native apps: Booking Bundle Groups.

Attributes

string
Resolved group name for the request locale (Accept-Language).
string
Resolved group description for the request locale.
number
Display order among groups in admin lists and the public catalog.
string
ISO-8601 creation timestamp.
object
Full name translation map. Admin only.
object
Full description translation map. Admin only.

Relationships

booking-bundles[]
Bundles assigned to this group. Include with include=booking_bundles.
Bundles point back with a nullable group relationship (include=group on booking-bundles and available-booking-bundles).