/bff/lead/update
Updates lead fields. Only provided fields are changed. When status is set to "won" or "lost", closedDate is auto-set to now if not provided.
LeadpostBffLeadUpdate
Parameters
12 body
Body · 12
leadIdnumberRequiredLead ID to update.
subjectstringLength: 1–∞
descriptionstringsourcestring | string | string | string | stringHow the lead was acquired.
statusstring | string | string | string | string | string | stringLead pipeline status.
assignedMemberIdnumber | nullcustomerIdnumber | nullestimatedValuenumber | nullfollowUpDatestring | nullclosedDatestring | nulllostReasonstring | nullinternalNotestring | nullRequest
POST /bff/lead/update
curl -X POST "https://api.bizkithub.com/bff/lead/update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"leadId": 0,
"subject": "example_subject",
"description": "example_description"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.