Footer Section
Explore

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