Footer Section
Explore

The company ID to get
A company
curl --request GET \--url https://app1.congacontracts.com/Contracts/rest/v2/company/id \--header 'Accept: application/json'
1{2"id": "string",3"name": "string",4"number": "string",5"group": "string",6"taxId": "string",7"status": "string",8"dunsNumber": "string",9"type": "string",10"category": "string",11"url": "string",12"address1": "string",13"address2": "string",14"city": "string",15"state": "string",16"postalCode": "string",17"country": "string",18"phoneAreaCode": "string",19"phoneCountryCode": "string",20"phoneExtension": "string",21"phoneNumber": "string",22"faxAreaCode": "string",23"faxCountryCode": "string",24"faxExtension": "string",25"faxNumber": "string",26"dynamics": {27"property1": {},28"property2": {}29},30"createdOn": "2019-08-24T14:15:22Z",31"lastUpdatedOn": "2019-08-24T14:15:22Z",32"createdBy": "string",33"lastUpdatedBy": "string",34"legalEntity": true,35"description": "string"36}