Skip to main content
Version: 2023-02-21

Update Opportunity

PUT 

/opportunities/:id

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Update Opportunity

Request

Version stringrequired

API Version

Available options2023-02-21
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