DocsAPI ReferenceContact/bff/contact/update-internal-notice
postContactAdmin BFF

/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

2 total
Body · 2
customerIdstringRequired

Contact external ID.

internalNoticestringRequired

Internal note visible only to staff.

Request

POST /bff/contact/update-internal-notice

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

Get API Key