Extraction Context Attribute
Output representation of extraction context attribute mapping.
- Sample Response
-
1{ 2 "contextAttributeMapping": [ 3 { 4 "attributeName": "ContractName", 5 "attributeId": "11nxx000001hOozAAE", 6 "targetObjectField": "Contract", 7 "description": "extract startDate from the document", 8 "isCustom": false 9 }, 10 { 11 "attributeName": "ContractCustomField", 12 "attributeId": "11nxx000001hOozAAE", 13 "targetObjectField": "Contract", 14 "description": "extract startDate from the document", 15 "isCustom": true 16 }, 17 { 18 "attributeName": "Description", 19 "attributeId": "11nxx000001hOozAAE", 20 "targetObjectField": "Contract", 21 "description": "extract startDate from the document", 22 "isCustom": false 23 } 24 ] 25}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| attributeId | String | ID of the extraction context attribute. | Small, 61.0 | 61.0 |
| attributeName | String | Name of the extraction context attribute. | Small, 61.0 | 61.0 |
| description | String | Description of the extraction attribute mapping. | Small, 61.0 | 61.0 |
| isCustom | Boolean | Indicates whether the attribute is a custom field (true) or not false. | Small, 61.0 | 61.0 |
| targetObjectField | String | Target object field mapped to the attribute. | Small, 61.0 | 61.0 |