Bulk Update Deals
Deals
Bulk Update Deals
Update multiple deals with the same field values (max 100)
PATCH
Bulk Update Deals
Request
Body Parameters
Array of deal IDs to update (max 100)
Fields to update on all specified deals. Supports:
name, stage, status, pipeline, estimated_value, priority, notes, tags, closed_date, owner_id, contact_id, deal_typeHeaders
Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Missing deal_ids or updates |
| 400 | validation_error | More than 100 deal IDs |
| 403 | insufficient_permissions | Missing deals:write permission |