Parameters
JSON body
Request body
application/jsonorderHashstringRequiredUnique order hash identifier.
eventCodestringRequiredCalendar event code to attach as an order item.
Adds a calendar event as a line item to the order and recalculates the total price.
JSON body
orderHashstringRequiredUnique order hash identifier.
eventCodestringRequiredCalendar event code to attach as an order item.
1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/order/add-event
curl -X POST "https://api.bizkithub.com/bff/order/add-event" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"orderHash": "example_orderHash",
"eventCode": "example_eventCode"
}'All BizKitHub public API endpoints require authentication via API key.