curl --request PUT \
--url https://api.example.com/api/Candidates/link-job/{jobId}/{ratingId} \
--header 'Content-Type: application/json' \
--data '[
123
]'curl --request PUT \
--url https://api.example.com/api/Candidates/link-job/{jobId}/{ratingId} \
--header 'Content-Type: application/json' \
--data '[
123
]'Was this page helpful?