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