Skip to main content
Version: v3New

Create Opportunity

POST 

/opportunities/

Create Opportunity

Request

Version stringrequired

API Version

Available optionsv3
application/json

Bodyrequired

    pipelineIdstringrequired

    pipeline Id

    locationIdstringrequired

    Identifier of the location (sub-account)

    namestringrequired

    Name of the opportunity

    pipelineStageIdstring

    Identifier of the pipeline stage

    statusstringrequired

    Current status of the opportunity

    Available optionsopenwonlostabandonedall
    contactIdstringrequired

    Identifier of the contact linked to the opportunity

    monetaryValuenumber

    Monetary value of the opportunity

    forecastExpectedCloseDatestring

    Expected close date. Supported formats: YYYY/MM/DD, MM/DD/YYYY, YYYY-MM-DD, MM-DD-YYYY, YYYY.MM.DD, MM.DD.YYYY, or ISO 8601

    forecastProbabilitynumber

    Forecast probability

    assignedTostring

    Identifier of the user the opportunity is assigned to

    customFieldsobject[]

    Add custom fields to opportunities.

application/json

Successful response

Schema
    opportunityobject

    The created or retrieved opportunity object