Patch Candidate Background Screening Personal Identifiable Information (PII) to Dayforce. It enables the provider to update the candidate PII to Dayforce.
The URL for PATCH Candidate Background Screening Personal Identifiable Information uses the following base URL:
https://www.dayforcehcm.com/api/CompanyName/V1/BackgroundScreening/PersonalIdentifiableInformation
Parameters
| Parameters | Object Name | Object Properties | Type | Description |
|---|---|---|---|---|
| ScreeningRequestId* | N/A | N/A | String | Dayforce candidate background screening reference. |
| CandidatePII* | CandidatePII object | DateOfBirth | String | Candidate date of birth. |
| SocialSecurityNumber | String | Candidate Social Security number. | ||
| SocialInsuranceNumber | String | Candidate Social Insurance Number. | ||
| DriverLicense | String | Candidate driver license. |
Below is a sample response that Dayforce is expecting from the provider:
{
"ScreeningRequestId": "C45E625A85DA437BBDDB23FA25B46D4E",
"CandidatePII": {
"DateOfBirth": "1990-04-20",
"SocialSecurityNumber": "351762213",
"SocialInsuranceNumber": "111111",
"DriverLicense": "RV046216"
}
}