Zum Hauptinhalt springen
PUT
/
deals
/
v1
/
deal
/
{dealId}
Update a deal
curl --request PUT \
  --url https://api.hubapi.com/deals/v1/deal/{dealId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "properties": [
    {
      "name": "<string>",
      "value": "<string>"
    }
  ]
}
'
{}

Pfadparameter

dealId
string
erforderlich

Unique identifier for a particular deal.

Body

application/json
properties
object[]

Antwort

200 - application/json

Successful response - Deal updated successfully

The response is of type object.

Last modified on April 9, 2026