BizKitHub
DocsAPI ReferenceBranch/bff/branch/set-branch-contact
postBranchAdmin BFF

/bff/branch/set-branch-contact

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

BranchpostBffBranchSet-branch-contact

Parameters

JSON body

Request body

application/json
slugstringRequired

Branch slug.

contactIdstring | nullOptional
One of 2:
Variant 1
string

CuRefNo of the contact to link, or null to unlink.

Variant 2
null

Response schema

1 status code documented

200Success
successbooleanRequired

Response example

application/json
{
  "success": false
}

Request example

POST /bff/branch/set-branch-contact

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

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key