CreateOpportunityForLeadInput
Input fields
The address for the opportunity.
The ID of the affiliate organisation.
Deprecation
The 'affiliateOrganisationId' field is deprecated.Please use 'assignedToAffiliateNumber' instead.
- Marked as deprecated on 2026-01-29.
- Scheduled for removal on or after 2026-03-27.
The number of the affiliate organisation the opportunity is assigned to.
The identifier of the team to assign the opportunity to.
The name of the team the opportunity is assigned to.
Deprecation
The 'assignedToTeamName' field is deprecated.Please use 'assignedToTeamIdentifier' instead.
- Marked as deprecated on 2026-04-22.
- Scheduled for removal on or after 2026-06-22.
The identifier of the user to assign the opportunity to.
The username of the user to assign the opportunity to.
Deprecation
The 'assignedToUsername' field is deprecated.Please use 'assignedToUserIdentifier' instead.
- Marked as deprecated on 2026-04-22.
- Scheduled for removal on or after 2026-06-22.
The extra details for the opportunity.
The code of the funnel.
The number of the lead.
Notes about the opportunity.
The ID of the product offering.
The sales channel of the opportunity.
Supply points for the opportunity.
Whether to use the same address for billing.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"address": RichAddressInput,
"assignedToAffiliateNumber": "price-understand-why-environment-music",
"assignedToTeamIdentifier": "69089520",
"assignedToUserIdentifier": "50247091",
"extraDetailsItems": _CreateOpportunityExtraDetailsItem,
"funnelCode": "service-success-direction-ever-relationship",
"leadNumber": "in-candidate-crime-night-out",
"notes": "whether-mouth-participant-chance-including",
"productOfferingIdentifier": "47552951",
"salesChannel": "lose-figure-man-material-out",
"supplyPoints": LeadSupplyPoint,
"useSameAddressAsBilling": true
}