Skip to main content
PUT
/
api
/
Configuration
/
UpdateJobCandidateStatus
cURL
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
}
'

Body

application/json
id
integer<int32>
customerId
integer<int32>
enabled
boolean
jobCandidateKanbanGroupId
integer<int32>
jobStageId
integer<int32> | null
name
string | null
statusOrder
integer<int32>
jobCandidateKanbanGroup
string | null
jobStage
string | null
jobCandidateSystemStatusId
integer<int32> | null
systemStatus
boolean
ratingId
enum<integer>
Available options:
0,
1,
2,
3,
4,
-1
rating
string | null
automatedRejectionsMaxLevelTrigger
boolean

Response

200

OK