Method Details
HTTP Methods:
POST
Content Type:
application/json
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Marketing & CRM
crm.objects.deals.write
Update a group of existing deal records by their dealId
.
This endpoint takes a list of objectId
s that correspond to the dealId
of the deal you want to update, and a list of properties to update for each deal.
Note:
- This endpoint can only be used to update existing deal records based on their
dealId
. It cannot create new records - Up to 100 deals can be updated in a single request. There is no limit to the number of properties that can be updated per deal.
- If there are any errors in the request, the entire request will fail and no updates will be applied to any records.
- The updates are processed asynchronously, so it may take several minutes to see the updates in HubSpot if you're sending a large number of updates.