Revalidate a given identitysearch with additional documents

Revalidate's a given identitysearch with additional documents.

SecuritybearerToken
Request
path Parameters
uniqueId
required
string

The ID of the record to update

Request Body schema: application/json
required
uniqueId
string or null
passport
object (Connect.Identity.Passport)
driversLicense
object (Connect.Identity.DriversLicense)
electricitySupplier
object (Connect.Identity.ElectricitySupplier)
europeanIDCard
object (Connect.Identity.EuropeanIDCard)
niNumber
object (Connect.Identity.NINumber)
bankAccountDetails
object (Connect.Identity.BankAccountDetails)
Responses
200

Success

400

Bad Request

500

Server Error

put/localSolutions/GB/identitysearch/revalidation/{uniqueId}
Request samples
application/json
{
  • "uniqueId": "string",
  • "passport": { },
  • "driversLicense": { },
  • "electricitySupplier": { },
  • "europeanIDCard": { },
  • "niNumber": { },
  • "bankAccountDetails": { }
}
Response samples
application/json
{
  • "correlationId": "string",
  • "uniqueId": "string",
  • "input": {
    },
  • "common": {
    },
  • "consumer": {
    },
  • "id": {
    },
  • "amlResult": {
    },
  • "bankMatch": {
    },
  • "picklist": [
    ],
  • "message": "string",
  • "errors": {
    }
}