/bff/order/set-assignee
Nominates a contact to handle this order manually. Resolves the target by cuRefNo (customer reference number) or email — invalid input is silently ignored. Send cuRefNo: null AND email: null to clear the assignee.
OrderpostBffOrderSet-assignee
Parameters
3 body
Body · 3
hashstringRequiredUnique order hash identifier.
cuRefNostring | nullemailstring | nullRequest
POST /bff/order/set-assignee
curl -X POST "https://api.bizkithub.com/bff/order/set-assignee" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"hash": "example_hash"
}'Response
JSON payload
{
"success": true,
"contactId": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.