create / update permission and ?o={organization_id}.
string
erforderlich
Group name (max 191).
string
Optional description.
number
Display order.
object
Name translations, keyed by locale.
object
Description translations, keyed by locale.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a booking bundle group.
create / update permission and ?o={organization_id}.
POST /api/v1/booking-bundle-groups?o={organization_id}
{
"data": {
"type": "booking-bundle-groups",
"attributes": {
"name": "Gift cards",
"description": "Vouchers and gift packages",
"order_index": 1
}
}
}