/bff/branch/holding/link
Creates a typed relationship between two company contacts. Duplicates per (org, parent, child, relationType) are rejected by a unique index. Self-loops are forbidden at the DB level.
BranchpostBffBranchHoldingLink
Parameters
7 body
Body · 7
parentContactRefstringRequiredCuRefNo of the parent (owning) company contact.
childContactRefstringRequiredCuRefNo of the child (owned) company contact.
relationTypestring | string | string | string | stringRequiredKind of relationship.
ownershipPercentnumber | nullvalidFromstring | nullvalidTostring | nullnotesstring | nullRequest
POST /bff/branch/holding/link
curl -X POST "https://api.bizkithub.com/bff/branch/holding/link" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"parentContactRef": "example_parentContactRef",
"childContactRef": "example_childContactRef"
}'Response
JSON payload
{
"success": false,
"id": "example_id"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.