Skip to main content

Input fields

address : RichAddressInput

The address for the opportunity.

affiliateOrganisationId : Int

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.
assignedToAffiliateNumber : String

The number of the affiliate organisation the opportunity is assigned to.

assignedToTeamIdentifier : String

The identifier of the team to assign the opportunity to.

assignedToTeamName : String

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.
assignedToUserIdentifier : String

The identifier of the user to assign the opportunity to.

assignedToUsername : String

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.

funnelCode : String! required

The code of the funnel.

leadNumber : String! required

The number of the lead.

notes : String! required

Notes about the opportunity.

productOfferingIdentifier : String

The ID of the product offering.

salesChannel : String! required

The sales channel of the opportunity.

supplyPoints : [LeadSupplyPoint]

Supply points for the opportunity.

useSameAddressAsBilling : Boolean

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 }