curl --request PUT \
--url https://api.example.com/api/Candidates/saved-search/{ssid}/updateRating \
--header 'Content-Type: application/json' \
--data '
{
"candidateIds": [
123
],
"ratingId": 123,
"reason": "<string>"
}
'curl --request PUT \
--url https://api.example.com/api/Candidates/saved-search/{ssid}/updateRating \
--header 'Content-Type: application/json' \
--data '
{
"candidateIds": [
123
],
"ratingId": 123,
"reason": "<string>"
}
'Was this page helpful?