Skip to main content
POST
/
api
/
ReferenceCheck
/
DigitalReferenceCheck
cURL
curl --request POST \
  --url https://api.example.com/api/ReferenceCheck/DigitalReferenceCheck \
  --header 'Content-Type: application/json' \
  --data '
{
  "candidateId": 123,
  "jobId": 123,
  "type": 123,
  "referee1Id": 123,
  "referee2Id": 123,
  "referee3Id": 123,
  "refereeFollowUpDate": "2023-11-07T05:31:56Z",
  "candidateFollowUpDate": "2023-11-07T05:31:56Z",
  "refereeFollowUpAssignedTo": 123,
  "candidateFollowUpAssignedTo": 123,
  "templateId": 123,
  "refereesNumber": 123
}
'

Body

application/json
candidateId
integer<int32>
jobId
integer<int32>
type
integer<int32>
referee1Id
integer<int32>
referee2Id
integer<int32>
referee3Id
integer<int32>
refereeFollowUpDate
string<date-time>
candidateFollowUpDate
string<date-time>
refereeFollowUpAssignedTo
integer<int32>
candidateFollowUpAssignedTo
integer<int32>
templateId
integer<int32>
refereesNumber
integer<int32>

Response

200

OK