Core resources
Api requestsAttribute optionsAttributesBooking detailsBooking updatesBookingsCalendar event notesCalendar event updatesCalendar eventsCapacitiesCapacity group dependenciesBooking flow
Query availabilitySearch availabilityBookDependencies between occupancy groups.
When booking, the value of the group referenced by accumulator_id will be set to the sum of the groups referenced by element_id.
iduuidUnique identifier
created_attimestamp with time zoneCreation timestamp
JSON
{
"id": "00000000-0000-0000-0000-000000000000",
"accumulator_id": "00000000-0000-0000-0000-000000000000",
"element_id": "00000000-0000-0000-0000-000000000000",
"created_at": "2026-03-12T07:07:29.825Z"
}idFilter<uuid>Unique identifier
created_atFilter<timestamp with time zone>Creation timestamp
200A list of capacity group dependencies with the selected columns
206Partial Content
GET /capacity_group_dependenciescurl -X GET "https://api.bookingmood.com/v1/capacity_group_dependencies?select=*" \
-H "Authorization: Bearer YOUR_API_KEY"Partial<CapacityGroupDependency> | Array<Partial<CapacityGroupDependency>>201The newly created capacity group dependencies with the selected columns
POST /capacity_group_dependenciescurl -X POST "https://api.bookingmood.com/v1/capacity_group_dependencies" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '[]'idFilter<uuid>Unique identifier
created_atFilter<timestamp with time zone>Creation timestamp
204The deleted capacity group dependencies with the selected columns
DELETE /capacity_group_dependenciescurl -X DELETE "https://api.bookingmood.com/v1/capacity_group_dependencies" \
-H "Authorization: Bearer YOUR_API_KEY"idFilter<uuid>Unique identifier
created_atFilter<timestamp with time zone>Creation timestamp
Partial<CapacityGroupDependency>204The updated capacity group dependencies with the selected columns
PATCH /capacity_group_dependenciescurl -X PATCH "https://api.bookingmood.com/v1/capacity_group_dependencies" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{}'