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
}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
}Was this page helpful?