1{
2 "developerName": "SampleAccountSearch",
3 "selectedRecordId": "001xx000003DGV3AAO",
4 "isVerified": false,
5 "formVerificationFieldList": {
6 "formVerificationFields": [
7 {
8 "developerName": "SampleAccountName",
9 "isVerified": true
10 },
11 {
12 "developerName": "SampleAccountNumber",
13 "isVerified": true
14 },
15 {
16 "developerName": "SamplePhone",
17 "value": "4158764524",
18 "isVerified": false
19 },
20 {
21 "developerName": "SamplePostalCode",
22 "isVerified": true
23 }
24 ]
25 },
26 “displayRecordDetails”: {
27 “displayRecordId”: “001axxxxxxx”,
28 “displayRecordName”: “SomeReferenceRecord”
29 },
30 "status": {
31 "code":201,
32 "message": "Identity Verification is processed successfully."
33 }
34}