Footer Section
Explore

The company ID to get additional forms
curl --request GET \--url https://app1.congacontracts.com/Contracts/rest/v2/company/id/additionalforms \--header 'Accept: application/json'
1[2{3"id": "string",4"configId": "string",5"objectId": "string",6"dynamics": {7"property1": {},8"property2": {}9},10"createdOn": "2019-08-24T14:15:22Z",11"lastUpdatedOn": "2019-08-24T14:15:22Z",12"createdBy": "string",13"lastUpdatedBy": "string"14}15]