curl --request PUT \
--url https://api.example.com/api/Configuration/UpdateJobCandidateStatus \
--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
}
'curl --request PUT \
--url https://api.example.com/api/Configuration/UpdateJobCandidateStatus \
--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
}
'0, 1, 2, 3, 4, -1 OK
Was this page helpful?