/bff/contact/update-internal-notice
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.
ContactpostBffContactUpdate-internal-notice
Parameters
2 body
Body · 2
customerIdstringRequiredContact external ID.
internalNoticestringRequiredInternal note visible only to staff.
Request
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"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.