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>"
    }
  ]
}
'
{}

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.

Última modificación el 13 de abril de 2026