Move deals to another stage

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" } }
Path Params
int32
required

Deal stage's id whose deals are to be moved to another deal stage

Body Params
deal
object
Responses

Language
Credentials
URL
Choose an example:
application/json