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"
  }
}
Language
Authorization
Header
URL