curl --request PUT \
--url https://api.example.com/api/Configuration/Opportunities/Stages/{stageId} \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"enabled": true,
"name": "<string>",
"stageOrder": 123,
"includeInKanban": true
}
'curl --request PUT \
--url https://api.example.com/api/Configuration/Opportunities/Stages/{stageId} \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"enabled": true,
"name": "<string>",
"stageOrder": 123,
"includeInKanban": true
}
'Was this page helpful?