Form Verification Field
- JSON example
-
{ "formVerificationFields": [ { "developerName": "SampleAccountName", "value": "Acme", }, { "developerName": "SampleAccountNumber", "value": "123456", "isVerified":true }, { "developerName": "SamplePhone", "value": "4158764524" }, { "developerName": "SamplePostalCode", "value": "51605" } ] }
- Properties
-
Name Type Description Required or Optional Available Version developerName String Developer name of the identity verification process field. Required 58.0 isVerified Boolean Indicates whether the input that isn't submitted through a form field is verified (true) or not (false). The default value is false. Optional 58.0 value String Input value of the field. Required 58.0