Editing the DBS Application¶
Different DBS form fields can be updated depending on three outcomes:
- GPG45 Scheme =
PASSED
+ ADDRESS VALIDATION =PASSED
. Following fields can be editted. - Personal Information:
Title
(mandatory field)PassportIssueDate
(mandatory field)NINumber
- Contact Information:
TelephoneNumber
Email
- Additional Adresses:
AddressLine1
(mandatory field)AddressLine2
Town
(mandatory field)County
Country
(mandatory field)Postcode
Country
(mandatory field)DateFrom
(mandatory field)DateTo
(mandatory field)
- Place of Birth:
PlaceOfBirthTown
(mandatory field)PlaceOfBirthCounty
PlaceOfBirthCountry
(mandatory field)NationalityBirthChanged
(mandatory field)NationalityOfBirth
(mandatory field if NationalityBirthChanged set to ‘true’)BirthSurnameChanged
(mandatory field)BirthSurname
(mandatory field if BirthSurnameChanged set to ‘true’)BirthSurnameUsedUntil
(mandatory field if BirthSurnameChanged set to ‘true’)
- Other Names:
Forename
(mandatory field)Middlename1
(mandatory field)Middlename2
(mandatory field)Middlename3
(mandatory field)Surname
(mandatory field)DateFrom
(mandatory field)DateTo
(mandatory field)
- Employment Details:
PositionAppliedFor
(mandatory field)
- Receive Paper Certificate:
PaperCertificate
CertificateToCurrentAddress
- Certificate Address:
RecipientName
RecipientDepartment
AddressLine1
AddressLine2
Town
County
Postcode
Country
DateFrom
DateTo
- GPG45 Scheme =
- GPG45 Scheme =
PASSED
+ ADDRESS VALIDATION =FAILED / NOT PERFORMED
. All above and following can be editted. - Current Adress:
AddressLine1
(mandatory field)AddressLine2
Town
(mandatory field)County
Country
(mandatory field)Postcode
Country
(mandatory field)DateFrom
(mandatory field)
- GPG45 Scheme =
- GPG45 Scheme =
FAILED
[Manual Route]. All above and following can be editted. - Personal Information:
Gender
(mandatory field)Forename
(mandatory field)Middlename1
Middlename2
Middlename3
Surname
DateOfBirth
ValidPassport
PassportNumber
PassportCountryOfIssue
ValidUKDrivingLicence
DrivingLicenceCountryOfIssue
DrivingLicenceIssueDate
DrivingLicenceIssueType
DrivingLicenceNumber
- GPG45 Scheme =
Request
POST {{server}}/VPE/dataAccess/updateDBSForm/
Content-Type: application/json
Tid-Api-Key: xxx-xxx-xx
{
"DeviceId": "device-id",
"SessionId": "...",
"DBSForm": {
...
}
}
- UpdateDBSFormRequest.DBSForm¶
=
DBSForm
DBS form DbsForm data received from the TrustID Cloud.
See also
DbsForm model for more information about Dbs form details.
Response
{
"Success": true,
"Message": "Operation executed successfully.",
...
}