Skip to main content
PUT
/
api
/
Candidates
/
{candidateId}
/
jobs
/
{jobId}
/
updateRating
Update Candidate Rating for a Job.
curl --request PUT \
  --url https://api.example.com/api/Candidates/{candidateId}/jobs/{jobId}/updateRating \
  --header 'Content-Type: application/json' \
  --data '
{
  "ratingId": 123,
  "reason": "<string>"
}
'

Path Parameters

candidateId
integer<int32>
required
jobId
integer<int32>
required

Body

application/json
ratingId
integer<int32>
reason
string | null

Response

200

OK