PUT
/
deals
/
v1
/
batch-async
/
update
Update multiple deals
curl --request PUT \
  --url https://api.hubapi.com/deals/v1/batch-async/update \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "objectId": 123,
    "properties": [
      {
        "name": "<string>",
        "value": "<string>"
      }
    ]
  }
]'

Body

application/json · object[]

The body is of type object[].

Response

202

Accepted - Batch update request accepted and processing