The POST Candidate Reports endpoint is used to post candidate assessment reports to Dayforce when the candidate completes their assessment. Report links are expected in the request body, from which the user can view the detailed reports. These links are available on candidate profiles in Recruiting.
The following is a sample body that Dayforce is expecting from the provider:
{
"CreationDateTime": "2019-11-20T12:03:54.6620461Z",
"CandidateAssessmentGuid": "6015AA33-5E91-41DE-994A-0F4C7F8FED6F",
"Reports": [
{
"ShortName": "sample report 1",
"ReportLink": "http://sample-report-url"
},
{
"ShortName": "sample report 2",
"ReportLink": "http://sample-report-url"
}
]
}
| Parameters | Description |
|---|---|
|
CreationDateTime |
Date the details were sent/received |
|
CandidateAssessmentGuid* |
Dayforce candidate assessment reference |
|
Reports* |
List of candidate assessment reports |
|
ShortName |
Report name |
|
ReportLink* |
Report link |
|
StatusInfo* |
Information about the request status |
|
Code* |
Status of the request |
|
Message |
Additional message about any errors |