Patch Candidate Background Screening Adjudication Status to Dayforce. Candidate Background Screening Adjudication Status is displayed on the candidate grid as part of the Screening Order Field. It is displayed side by side with the Background Screening Status.
The URL for PATCHCandidate Background Screening Adjudication Status uses the following base URL:
https://www.dayforcehcm.com/api/CompanyName/V1/BackgroundScreening/AdjudicationStatus
Parameters
This endpoint is used to post candidate background screening adjudication status to Dayforce when there is an update with regards to the background screening adjudication status
| Parameters | Type | Description |
|---|---|---|
| ScreeningRequestId* | String | Dayforce candidate background screening reference |
| AdjudicationStatus* | String | Candidate background screening adjudication status |
Below is a sample response that Dayforce is expecting from the provider:
{
"ScreeningRequestId": "C45E625A85DA437BBDDB23FA25B46D4E",
"AdjudicationStatus": "Processing"
}