/bff/calendar/event-type-add
Creates a new event type for the organisation. Code must be unique within the organisation.
Calendar EventpostBffCalendarEvent-type-add
Parameters
4 body
Body · 4
codestringRequiredUnique event type code (e.g., "workshop", "meeting").
labelstringRequiredDisplay label (e.g., "Workshop", "Meeting").
colorstringRequiredHex color (e.g., "#FF5733" or "FF5733").
productIdnumber | nullRequest
POST /bff/calendar/event-type-add
curl -X POST "https://api.bizkithub.com/bff/calendar/event-type-add" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "example_code",
"label": "example_label",
"color": "example_color"
}'Response
JSON payload
{
"code": "example_code"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.