Parameters
JSON body
Request body
application/jsoncustomerIdstringRequiredContact external ID.
internalNoticestringRequiredInternal note visible only to staff.
Single-field update of the internal notice on a contact — used by the inline-edit affordance on the contact detail. Endpoint /detail-edit still updates the full profile.
JSON body
customerIdstringRequiredContact external ID.
internalNoticestringRequiredInternal note visible only to staff.
1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/contact/update-internal-notice
curl -X POST "https://api.bizkithub.com/bff/contact/update-internal-notice" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"customerId": "example_customerId",
"internalNotice": "example_internalNotice"
}'All BizKitHub public API endpoints require authentication via API key.