PATCH Candidate Background Screening Status

Dayforce RESTful Web Services Developer Guide

Version
R2025.2.1
ft:lastPublication
2025-11-05T18:19:39.327058
PATCH Candidate Background Screening Status

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.

Type and description of parameters
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"
}