Saltar al contenido principal
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>"
    }
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Parámetros de ruta

dealId
string
requerido

Unique identifier for a particular deal.

Cuerpo

application/json
properties
object[]

Respuesta

200 - application/json

Successful response - Deal updated successfully

The response is of type object.

Last modified on April 13, 2026