DocsAPI ReferenceOrder/bff/order/add-event
postOrderAdmin BFF

/bff/order/add-event

Adds a calendar event as a line item to the order and recalculates the total price.

OrderpostBffOrderAdd-event

Parameters

2 body

2 total
Body · 2
orderHashstringRequired

Unique order hash identifier.

eventCodestringRequired

Calendar event code to attach as an order item.

Request

POST /bff/order/add-event

post
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"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key