Parameters
JSON body
Request body
application/jsonslugstringRequiredBranch slug.
contactIdstring | nullOptionalOne of 2:
Variant 1
string
CuRefNo of the contact to link, or null to unlink.
Variant 2
null
Links a single shop__contact to a branch as its technical-contact identity. Pass null or omit contactId to unlink. This is independent of shop__branch_person (which carries real people).
JSON body
slugstringRequiredBranch slug.
contactIdstring | nullOptionalCuRefNo of the contact to link, or null to unlink.
1 status code documented
successbooleanRequired{
"success": false
}POST /bff/branch/set-branch-contact
curl -X POST "https://api.bizkithub.com/bff/branch/set-branch-contact" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"slug": "example_slug"
}'All BizKitHub public API endpoints require authentication via API key.