Skip to main content
PUT
/
api
/
Configuration
/
Opportunities
/
Stages
/
Order
Update Opportunity Stages Order
curl --request PUT \
  --url https://api.example.com/api/Configuration/Opportunities/Stages/Order \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Body

application/json

Response

200

OK