Skip to main content
POST
/
api
/
Candidates
/
{candidateId}
/
reference-check
Perform Reference Check.
curl --request POST \
  --url https://api.example.com/api/Candidates/{candidateId}/reference-check \
  --header 'Content-Type: application/json' \
  --data '
{
  "refCheckId": 123,
  "candidateID": 123,
  "jobID": 123,
  "activityID": 123,
  "refereeId": 123,
  "followUpDate": "2023-11-07T05:31:56Z",
  "followUpUser": 123,
  "templateId": 123,
  "fields": [
    {
      "order": 123,
      "name": "<string>",
      "type": "<string>",
      "mandatory": true,
      "value": "<string>",
      "templateId": 123,
      "options": [
        {
          "Text": "<string>",
          "value": "<string>"
        }
      ]
    }
  ]
}
'

Path Parameters

candidateId
integer<int32>
required

Body

application/json
refCheckId
integer<int32>
candidateID
integer<int32>
jobID
integer<int32> | null
activityID
integer<int32>
refereeId
integer<int32> | null
followUpDate
string<date-time> | null
followUpUser
integer<int32>
templateId
integer<int32>
fields
object[] | null

Response

200

OK