Skip to main content

createNetsuiteOpportunityInput

No description

input createNetsuiteOpportunityInput {
entityId: String!
title: String!
fields: JSON!
}

Fields

createNetsuiteOpportunityInput.entityId ● String! non-null scalar

Internal id of the connected customer entity the opportunity belongs to.

createNetsuiteOpportunityInput.title ● String! non-null scalar

Title of the new opportunity.

createNetsuiteOpportunityInput.fields ● JSON! non-null scalar

Map of { netsuiteField: value } for the hard-coded Company Overview / Deal Overview custom fields (custbody_*). entity is always taken from entityId, never from this map.

Member Of

createNetsuiteOpportunity mutation