BizKitHub
DocsAPI ReferenceOrder/bff/order/set-assignee
postOrderAdmin BFF

/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

3 total
Body · 3
hashstringRequired

Unique order hash identifier.

cuRefNostring | null
emailstring | null

Request

POST /bff/order/set-assignee

post
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.

Get API Key