PATCH Candidate Background Screening Adjudication Status

Dayforce RESTful Web Services Developer Guide

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

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

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