Newer Version Available
Template Collection Output
- JSON example
-
1{ 2 "ocrTemplates": [ 3 { 4 "apiName": "testtrim", 5 "documentTypeId": "0deRM0000004CNZ", 6 "name": "testtrim", 7 "ocrTargetObjects": [ 8 { 9 "ocrTargetObjectId": "97hRM0000004Cii", 10 "targetObject": "Employee__c" 11 }, 12 { 13 "ocrTargetObjectId": "97hRM00000000i1", 14 "targetObject": "Account" 15 } 16 ], 17 "ocrTemplateId": "48tRM00000000Yr" 18 }, 19 { 20 "apiName": "testemp", 21 "documentTypeId": "0deRM00000000Dj", 22 "name": "testemp", 23 "ocrTargetObjects": [ 24 { 25 "ocrTargetObjectId": "97hRM0000004ChL", 26 "targetObject": "Account" 27 }, 28 { 29 "ocrTargetObjectId": "97hRM0000004Ckj", 30 "targetObject": "Employee__c" 31 }, 32 { 33 "ocrTargetObjectId": "97hRM00000000hD", 34 "targetObject": "Contact" 35 }, 36 { 37 "ocrTargetObjectId": "97hRM00000000hE", 38 "targetObject": "Lead" 39 }, 40 { 41 "ocrTargetObjectId": "97hRM00000000hF", 42 "targetObject": "CareRequestItem" 43 }, 44 { 45 "ocrTargetObjectId": "97hRM00000000hG", 46 "targetObject": "Contract" 47 }, 48 { 49 "ocrTargetObjectId": "97hRM00000000hH", 50 "targetObject": "Opportunity" 51 }, 52 { 53 "ocrTargetObjectId": "97hRM00000000hI", 54 "targetObject": "CareDiagnosis" 55 } 56 ], 57 "ocrTemplateId": "48tRM0000004CjB" 58 }, 59 { 60 "apiName": "Ref123", 61 "documentTypeId": "0deRM0000004CON", 62 "name": "Ref123", 63 "ocrTargetObjects": [ 64 { 65 "ocrTargetObjectId": "97hRM0000004Cke", 66 "targetObject": "Opportunity" 67 }, 68 { 69 "ocrTargetObjectId": "97hRM0000004Cka", 70 "targetObject": "Account" 71 }, 72 { 73 "ocrTargetObjectId": "97hRM0000004Ckb", 74 "targetObject": "Lead" 75 }, 76 { 77 "ocrTargetObjectId": "97hRM0000004CkZ", 78 "targetObject": "Contact" 79 } 80 ], 81 "ocrTemplateId": "48tRM0000004ClW" 82 } 83 ], 84 "status": { 85 "code": "SUCCESS", 86 "message": "SUCCESS" 87 } 88}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| ocrTemplates | OCR Template Output[] | List of the OCR templates. | Big, 55.0 | 55.0 |
| status | Status | Indicates whether the request succeeded or failed, and in the case of failure, it also provides the reason. | Big, 55.0 | 55.0 |