patch https://{youraccountname}.api-us1.com/api/3/deals/bulkUpdate
Update an existing deal
To update a deal, following permissions are required.
- Deal permission: the user should have a permission to manage deals.
- Pipeline-specific permission: the user should have a permission to manage the pipeline the updating deal belongs to.
- Deal reassign permission: if assigning the deal to another user, this permission is required.
By default, the deal stage is also returned in the response. If deal.contact
was provided in the request, the primary contact is also returned in the response.
{
"deals": [
{
"id": 1,
"ownerId": 1
},
{
"id": 2,
"ownerId": 1
},
{
"id": 3,
"ownerId": 1
}
]
}