Creates or updates a map defining the relationship of extracted provisions and the agreement's fields and clauses.
Tenant name
Instance URL
Source module
Record type
User ID
User name
Request for provision map operations
Provision map name
Provision map description
OK
curl --request POST \--url https://idd_url/idd/api/v2/tenantId/config/provisionmap \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"name": "NDAMapping","description": "Definition for NDA extractions","clauseMap": {"manualMappings": [{"clauseLabel": "Limitation of Liability","clauseId": "84930-1478433-2378"}],"<fieldId of provision>": {"mappings": [{"clauseLabel": "Force Majeure","clauseId": "846372-23214-32335"}],"provision": {"name": "Force Majeure clause","fieldId": "cai:3243-434582-343","type": "fundamental"},"sync": true}},"fieldMap": {"manualMappings": [{"objectName": "Apttus__APTS__Agreement__c","objectFieldLabel": "Auto Renew","objectFieldName": "Apttus__Auto_Renewal__c","objectFieldType": "boolean"}],"<fieldId of provision>": {"mappings": [{"objectName": "Apttus__APTS__Agreement__c","objectFieldLabel": "Agreement Start Date","objectFieldName": "Apttus__Contract_Start_Date__c","objectFieldType": "date"}],"provision": {"name": "Effective Date","fieldId": "cai:3a43-32ae98-f93","type": "standard"},"sync": false}}}'