Update Lead Settings
Update the tenant (and optionally tenant_location) lead settings row.
**Body fields (all nullable):**
- `default_assigned_user_id` (UUID — resolved to integer by `ConvertUuidToId`)
- `sms_for_follow_up_reminders` (bool)
- `notify_managers_on_won` (bool)
- `notify_managers_on_lost` (bool)
Headers
{{tenant_key_name}}
Request
This endpoint expects a multipart form.
notify_managers_on_won
Optional: true|false - notify managers when an opportunity is won
notify_managers_on_lost
Optional: true|false - notify managers when an opportunity is lost
default_assigned_user_id
Optional: Default auto-assignee UUID
sms_for_follow_up_reminders
Optional: true|false - send SMS reminders for due follow-ups
Response
Successful response

