/dataAccess/initiateStandardOrEnhancedDbsCheck/¶
Initiates Dbs application. This can only be done after an application has been completed and a result received.
Request
POST {{server}}/VPE/dataAccess/initiateStandardOrEnhancedDbsCheck/
Content-Type: application/json
Tid-Api-Key: xxx-xxx-xx
{
"DeviceId": "device-id",
"SessionId": "...",
"ContainerId": "...",
"ApplicationConsent": true,
"EmployerName": "Employer Name",
"CandidateOriginalDocumentsChecked": true,
"CandidateAddressChecked": true,
"CandidateDateOfBirthChecked": true,
"EvidenceCheckedBy" : "Mark Smith",
"EvidenceCheckedDate":"/Date(752457600000)/",
"SelfDeclarationCheck" : true,
"ApplicationType":"Standard",
"PositionAppliedFor":"Tester",
"Workforce":"Adult Workforce",
"WorkingWithAdults": false,
"WorkingWithChildren": false,
"VulnerableGroupsAtPrivateHomeAddress": false,
"Volunteer": false,
"AdultFirst": false,
"AdditionalInformation":"",
}
- IinitiateStandardOrEnhancedDbsCheckRequest.ContainerId¶
=
ContainerIdUnique identifier of the document container that is being initiated.
- IinitiateStandardOrEnhancedDbsCheckRequest.ApplicationConsent¶
=
ApplicationConsentThis property needs to be set to
trueto confirm the applicant has given their consent to submit a DBS application.
- IinitiateStandardOrEnhancedDbsCheckRequest.EmployerName¶
=
EmployerNameOptional: Name of the employer DBS application is submited under.
- IinitiateStandardOrEnhancedDbsCheckRequest.CandidateOriginalDocumentsChecked¶
=
CandidateOriginalDocumentsCheckedWhen GPG45Profile has not been achieved, this property needs to be set to
trueto confirm the candidate’s original documents have been manually checked.
- IinitiateStandardOrEnhancedDbsCheckRequest.CandidateAddressChecked¶
=
CandidateAddressCheckedWhen Address has not been verified, this property need to be set to
trueto confirm the candidate’s current address has been manually checked.
- IinitiateStandardOrEnhancedDbsCheckRequest.CandidateDateOfBirthChecked¶
=
CandidateDateOfBirthCheckedWhen GPG45Profile has not been achieved, this property needs to be set to
trueto confirm the date of birth has been manually checked.
- IinitiateStandardOrEnhancedDbsCheckRequest.EvidenceCheckedBy¶
=
EvidenceCheckedByWhen GPG45Profile has not been achieved, this property needs to be set with details of person checking the evidence.
- IinitiateStandardOrEnhancedDbsCheckRequest.EvidenceCheckedDate¶
=
EvidenceCheckedDateWhen GPG45Profile has not been achieved, this property needs to be set with date when the evidence has been checked.
- IinitiateStandardOrEnhancedDbsCheckRequest.SelfDeclarationCheck¶
=
SelfDeclarationCheckSet this property to
trueif a self declaration has been received andfalseif not.
- IinitiateStandardOrEnhancedDbsCheckRequest.ApplicationType¶
=
ApplicationTypeApplicationType one of following options: - Standard, - Enhanced
- IinitiateStandardOrEnhancedDbsCheckRequest.PositionAppliedFor¶
=
PositionAppliedForPosition applier for.
- IinitiateStandardOrEnhancedDbsCheckRequest.Workforce¶
=
WorkforceSet this property to
trueif Workfoce selected
- IinitiateStandardOrEnhancedDbsCheckRequest.WorkingWithAdults¶
=
WorkingWithAdultsSet this property to
trueif applicant is working with vulnerable adults.
- IinitiateStandardOrEnhancedDbsCheckRequest.WorkingWithChildren¶
=
WorkingWithChildrenSet this property to
trueif applicant is working with vulnerable adults
- IinitiateStandardOrEnhancedDbsCheckRequest.VulnerableGroupsAtPrivateHomeAddress¶
=
VulnerableGroupsAtPrivateHomeAddressSet this property to
trueif applicant is working with vulnerable groups at home address.
- IinitiateStandardOrEnhancedDbsCheckRequest.Volunteer¶
=
VolunteerSet this property to
trueif applicant is a volonteer.
- IinitiateStandardOrEnhancedDbsCheckRequest.AdultFirst¶
=
AdultFirstSet this property to
trueif Adult First Check Required.
- IinitiateStandardOrEnhancedDbsCheckRequest.AdditionalInformation¶
=
AdditionalInformationAdditional Information.
See also
Digital Identification Scheme Result for more information about retrieving GPG45Profile (Digital Identification Scheme) result.
Response
{
"Success": true,
"Message": "Operation executed successfully.",
"DbsCheckResult":
{
"DBSReference":"...",
"ErrorMessage":"..."
},
}