put https://{youraccountname}.api-us1.com/api/3/dealStages//deals
Move all deals in one stage to another stage
To update a deal stage, the following permissions are required.
- Deal permission: the user should have permission to manage deals.
- Edit Pipeline permission: the user should have permission to edit pipelines.
- Pipeline-specific permission: the user should have permission to manage the pipeline that the stage belongs to.
If the source stage's pipeline is different from target stage's pipeline, 422 Unprocessible Entity error code will be returned.
{
"deal": {
"stage": "3"
}
}