Newer Version Available
Form Reader Map
- JSON example
-
1{ 2 "formReaderTargetObjectMappings" : [ { 3 "formReaderObjectFieldMapping" : [ { 4 "confidence" : 88.5, 5 "targetFieldName" : "AnnualRevenue", 6 "value" : "$2,000" 7 }, { 8 "confidence" : 30.5, 9 "targetFieldName" : "Name", 10 "value" : "123 Your Street" 11 }, { 12 "confidence" : 93.5, 13 "targetFieldName" : "AccountNumber", 14 "value" : "00001" 15 }, { 16 "confidence" : 35.5, 17 "targetFieldName" : "BillingPostalCode", 18 "value" : "yourwebsite.com" 19 } ], 20 "targetObjectName" : "Account" 21 } ], 22 "status" : { 23 "code" : "SUCCESS", 24 "message" : null 25 } 26}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| formReaderTargetObjectMappings | Form Reader Target Object Mappings[] | List of mappings between the values of the keys extracted from the document to the salesforce object fields for the given template. | Small, 54.0 | 54.0 |
| status | Status | Indicates whether the call succeeded or failed, and also provides the message if there’s failure. | Small, 54.0 | 54.0 |