Create Contact
Attach a Customer contact to an Opportunity with a stakeholder role.
Required: customer_contact_id (UUID), role (OpportunityContactRole enum).
Optional: is_primary (bool), notes (string).
Headers
{{tenant_key_name}}
Request
This endpoint expects a multipart form.
role
Required: OpportunityContactRole enum case
is_primary
Optional: true|false - default false
customer_contact_id
Required: Customer contact UUID
Response
Successful response

