Skip to main content
Version: v3New

Update Opportunity

PUT 

/opportunities/:id

Update Opportunity

Request

Version stringrequired

API Version

Available optionsv3
id stringrequired

Opportunity Id

application/json

Bodyrequired

    pipelineIdstring

    pipeline Id

    namestring

    Name of the opportunity

    pipelineStageIdstring

    Identifier of the pipeline stage

    statusstring

    Current status of the opportunity

    Available optionsopenwonlostabandonedall
    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[]

    Update custom fields to opportunities.

application/json

Successful response

Schema
    opportunityobject

    The created or retrieved opportunity object