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