Footer Section
Explore

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