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