curl --request POST \
--url https://api.example.com/api/Configuration/AddJobCandidateStatus \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"customerId": 123,
"enabled": true,
"jobCandidateKanbanGroupId": 123,
"jobStageId": 123,
"name": "<string>",
"statusOrder": 123,
"jobCandidateKanbanGroup": "<string>",
"jobStage": "<string>",
"jobCandidateSystemStatusId": 123,
"systemStatus": true,
"ratingId": 0,
"rating": "<string>",
"automatedRejectionsMaxLevelTrigger": true
}
'123curl --request POST \
--url https://api.example.com/api/Configuration/AddJobCandidateStatus \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"customerId": 123,
"enabled": true,
"jobCandidateKanbanGroupId": 123,
"jobStageId": 123,
"name": "<string>",
"statusOrder": 123,
"jobCandidateKanbanGroup": "<string>",
"jobStage": "<string>",
"jobCandidateSystemStatusId": 123,
"systemStatus": true,
"ratingId": 0,
"rating": "<string>",
"automatedRejectionsMaxLevelTrigger": true
}
'1230, 1, 2, 3, 4, -1 OK
The response is of type integer<int32>.
Was this page helpful?