Skip to main content
POST
/
api
/
Candidates
/
jobs
/
{jobId}
/
verify-rejection
Verifiy if Rejection Email has been sent for specific Job and Candidate List.
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"
  }
]

Path Parameters

jobId
integer<int32>
required

Body

application/json

Response

200 - application/json

OK

jobID
integer<int32>
candidateID
integer<int32>
rejectionSentDate
string<date-time> | null