Skip to main content
POST
/
api
/
Configuration
/
Opportunities
/
Stages
Create Opportunity Stages
curl --request POST \
  --url https://api.example.com/api/Configuration/Opportunities/Stages \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 123,
  "enabled": true,
  "name": "<string>",
  "stageOrder": 123,
  "includeInKanban": true
}
'
{
  "id": 123,
  "enabled": true,
  "name": "<string>",
  "stageOrder": 123,
  "includeInKanban": true
}

Body

application/json
id
integer<int32>
enabled
boolean
name
string | null
stageOrder
integer<int32>
includeInKanban
boolean

Response

OK

id
integer<int32>
enabled
boolean
name
string | null
stageOrder
integer<int32>
includeInKanban
boolean