この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Form Verification

フォーム検証の応答の出力表現。
JSON の例
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}
プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
developerName String ID 検証プロセスの詳細の API 参照名。 Small、58.0 58.0
displayRecordDetails ID 検証のフォーム表示レコード 本人確認に成功した後に、ユーザーに表示されるレコードについての情報を含む項目の名前。 Small、58.0 58.0
formVerificationFieldList ID 検証のフォーム項目リストの出力 必須および省略可能な検証項目、値、結果。 Small、58.0 58.0
isVerified Boolean 顧客また担当者の ID が検証済みであるか (true)、否か (false) を示します。 Small、58.0 58.0
retryCount Integer 組織内でのみ使用します。 Small、58.0 58.0
selectedRecordId String 選択された顧客または担当者のレコード ID。 Small、58.0 58.0
status Error Response フォーム検証 API 要求の状況。 Small、58.0 58.0