Footer Section
Explore

For custom contract objects (CFS customers only), the administrator must pass the information to IDD. After a contract object is created, the admin may use defining and post-processing APIs for IDD to call.
Tenant name
The URL of the org instance
The source module/application, such as "clm", "cc", or "cfs"
User ID of the logged-in user
Full name of the logged-in user
Custom object information
Name of custom object
Type of record
Body to pass in with postProcAPI
OK
curl --request POST \--url https://idd_url/idd/api/v2/tenantId/services/customsettings \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"primaryObject": "Apttus__APTS_Agreement__c","postProcAPI": "https://salesforcepostproc.com/apex/run","context": {"agreementId": "004ake43248"}}'