cURL
curl --request POST \ --url https://api.example.com/api/Candidates/jobs/{jobId}/verify-rejection \ --header 'Content-Type: application/json' \ --data '[ 123 ]'
[ { "jobID": 123, "candidateID": 123, "rejectionSentDate": "2023-11-07T05:31:56Z" } ]
OK
Was this page helpful?