Update stage details
PUT {{baseUrl}}/stages/:id
Updates the properties of a stage.
Request Body
{"name"=>"<string>", "pipeline_id"=>"<integer>", "deal_probability"=>"<integer>", "rotten_flag"=>"<boolean>", "rotten_days"=>"<integer>", "order_nr"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":1,"order_nr":1,"name":"Stage Name","active_flag":true,"deal_probability":100,"pipeline_id":1,"rotten_flag":false,"rotten_days":1,"add_time":"2017-08-03 12:51:18","update_time":"2020-03-23 13:15:25"}}