Newer Version Available
Extraction Context Mapping Output
Output representation of extraction context mapping.
- Sample Response
-
1{ 2 "contextUseCaseMapping": { 3 "templateName": "ContractExtractionTemplate", 4 "targetObject": "Contract", 5 "recordType": "CLM", 6 "contextDefinitionName": { 7 "id": "11Oxx0000007MnhEAE", 8 "developerName": "David Taylor", 9 "name": "Dav" 10 }, 11 "contextMapping": { 12 "id": "11Oxx0000007MnhEAE", 13 "name": "David Taylor" 14 } 15 }, 16 "contextAttributeMapping": [ 17 { 18 "attributeName": "ContractName", 19 "attributeId": "11nxx000001hOozAAE", 20 "targetObjectField": "Contract", 21 "description": "extract startDate from the document", 22 "isCustom": false 23 }, 24 { 25 "attributeName": "ContractCustomField", 26 "attributeId": "11nxx000001hOozAAE", 27 "targetObjectField": "Contract", 28 "description": "extract startDate from the document", 29 "isCustom": true 30 }, 31 { 32 "attributeName": "Description", 33 "attributeId": "11nxx000001hOozAAE", 34 "targetObjectField": "Contract", 35 "description": "extract startDate from the document", 36 "isCustom": false 37 } 38 ], 39 "isSuccess": true, 40 "contextUseCaseMappingId": "ContextUseCaseMappingId" 41}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contextAttributeMapping | Context Attribute Mapping[] | List of extraction context attribute mappings.. | Small, 61.0 | 61.0 |
| contextUseCaseMapping | Extraction Context Use Case Mapping | Details of extraction context use case mapping. | Small, 61.0 | 61.0 |
| contextUseCaseMappingId | String | Record ID of the context use case mapping. | Small, 61.0 | 61.0 |
| isSuccess | Boolean | Indicates whether the retrieval of mapping was successful (true) or not false. | Small, 61.0 | 61.0 |