Sales::Pipelines::Stage
Create Stage
Create Stage
post/sales/pipelines/{pipeline_id}/stages
Path parameters
pipeline_idinteger required
Request body
Example request
{
"sales_pipelines_stage": {
"sales_pipelines_stage": {
"name": "Example Stage",
"sort_order": 5,
"close_probability": 20
}
}
}Response
Created
Example response
{
"id": 39,
"public_id": "bGXvFU",
"workspace_id": 3,
"pipeline_id": 2,
"name": "Example Stage",
"sort_order": 5,
"close_probability": 20,
"opportunity_ids": [
9,
10
],
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z",
"total_value": 0,
"weighted_value": 0
}