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>"
}
]
}
]
}
'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>"
}
]
}
]
}
'OK
Was this page helpful?